summaryrefslogtreecommitdiff
path: root/openwrt/target/sdk/Config.in
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-05-12 19:08:03 +0000
committerMike Baker <mbm@openwrt.org>2006-05-12 19:08:03 +0000
commit7e8b5f9c557000110be7911811f144002cce2a29 (patch)
treea872ad00eb8b816b1ea4724f83fd04b3976b8783 /openwrt/target/sdk/Config.in
parent95c94007503f7044d0d220964c52fa291c8903c7 (diff)
downloadmtk-20170518-7e8b5f9c557000110be7911811f144002cce2a29.zip
mtk-20170518-7e8b5f9c557000110be7911811f144002cce2a29.tar.gz
mtk-20170518-7e8b5f9c557000110be7911811f144002cce2a29.tar.bz2
fix BR2_ and CONFIG_ issues
SVN-Revision: 3769
Diffstat (limited to 'openwrt/target/sdk/Config.in')
-rw-r--r--openwrt/target/sdk/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/target/sdk/Config.in b/openwrt/target/sdk/Config.in
index f70810b..343352a 100644
--- a/openwrt/target/sdk/Config.in
+++ b/openwrt/target/sdk/Config.in
@@ -1,6 +1,6 @@
-config BR2_PACKAGE_SDK
+config PACKAGE_SDK
bool "OpenWrt SDK"
- default y if CONFIG_DEVEL
+ default y if DEVEL
help
Build an OpenWrt SDK.
This is essentially a stripped-down version of the buildroot