move wificonf and nvram stuff back to package/, remove build_mipsel/root, run install...
[openwrt.git] / target / linux / package / Makefile
index f34ad9a..43fbd60 100644 (file)
@@ -5,8 +5,13 @@ 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)
 ifeq ($(LINUX_VERSION),2.4.30)
 package-$(BR2_PACKAGE_KMOD_WLCOMPAT) += wlcompat
+wlcompat-compile: openwrt-compile
+endif
 endif
 
 all: compile install
This page took 0.0240629999999999 seconds and 4 git commands to generate.