diff options
Diffstat (limited to 'conf/distro/openslug.conf')
-rw-r--r-- | conf/distro/openslug.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index af00ac8ec5..7bbca480fd 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: OpenSlug Linux Distribution for the NSLU2 TARGET_FPU ?= "soft" -TARGET_OS ?= "linux-uclibc" +TARGET_OS = "linux-uclibc" INHERIT += " package_ipk debian nslu2_flashimg" |