From 02eae88c3599c13df02546694887b629e8892fd0 Mon Sep 17 00:00:00 2001 From: mbm Date: Fri, 12 May 2006 19:08:03 +0000 Subject: fix BR2_ and CONFIG_ issues git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3769 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/package/shfs/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/package/shfs') diff --git a/target/linux/package/shfs/Config.in b/target/linux/package/shfs/Config.in index 61bd54b5e..71cc32707 100644 --- a/target/linux/package/shfs/Config.in +++ b/target/linux/package/shfs/Config.in @@ -1,7 +1,7 @@ -config BR2_PACKAGE_KMOD_SHFS +config PACKAGE_KMOD_SHFS prompt "kmod-shfs......................... Shell FileSystem kernel module (ShFS) kernel module" tristate - default m if CONFIG_DEVEL + default m if DEVEL help ShFS is a simple and easy to use Linux kernel module which allows you to mount remote filesystems using a plain shell -- cgit v1.2.3