summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-07-21 22:51:02 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-07-21 22:51:02 +0000
commit40224d8b95396392e47e96e37a15734c54fe4ac7 (patch)
tree32087643efc55305abb4cc96a2c8071d2c36b5e2 /package
parentaa4721eb38c4f6781766ff1fda43a33148a21089 (diff)
fix kernel module defaults
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4201 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/kernel/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/kernel/Makefile b/package/kernel/Makefile
index 0a26cd6cf..14fcda288 100644
--- a/package/kernel/Makefile
+++ b/package/kernel/Makefile
@@ -30,7 +30,7 @@ endef
define KernelPackage/Defaults
FILES:=
-KCONFIG:=
+KCONFIG:=m
AUTOLOAD:=
endef
@@ -67,8 +67,11 @@ define KernelPackage
TITLE:=$(TITLE)
SECTION:=kernel
CATEGORY:=Kernel modules
+ DEFAULT:=m
DESCRIPTION:=$(DESCRIPTION)
EXTRA_DEPENDS:='kernel (=$(PKG_VERSION))'
+ $(call KernelPackage/$(1))
+ $(call KernelPackage/$(1)/$(KERNEL))
endef
define Package/kmod-$(1)/install