move nvram,jffs2root,shared libs into target/linux/package and make them broadcom...
[openwrt.git] / openwrt / target / linux / package / Makefile
index f34ad9a..adce4d4 100644 (file)
@@ -5,10 +5,17 @@ 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
+
+ifeq ($(BOARD),brcm)
+package-y += nvram openwrt
+
 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))
This page took 0.030904 seconds and 4 git commands to generate.