add config file /etc/config/network, add board-specific network.overrides (instead...
[openwrt-10.03/.git] / target / linux / package / Makefile
index f34ad9a8a350b969714e22b180ea6c14d16d8598..a08d9048ab3272b074df8d4be08948dfcda05151 100644 (file)
@@ -5,10 +5,18 @@ package-$(BR2_PACKAGE_KMOD_FUSE) += fuse
 package-$(BR2_PACKAGE_KMOD_MINI_FO) += mini_fo
 package-$(BR2_PACKAGE_KMOD_SHFS) += shfs
 package-$(BR2_PACKAGE_KMOD_OPENSWAN) += openswan
+package-y += openwrt
+
+ifeq ($(BOARD),brcm)
+package-y += nvram
+
 ifeq ($(LINUX_VERSION),2.4.30)
 package-$(BR2_PACKAGE_KMOD_WLCOMPAT) += wlcompat
 endif
 
+nvram-compile: openwrt-compile
+endif
+
 all: compile install
 clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m))
 compile: $(patsubst %,%-compile,$(package-y) $(package-m))