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