diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-24 19:58:14 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-24 19:58:14 +0000 |
commit | 102ad2157b31642e029c8c176de1cc5b22c96599 (patch) | |
tree | 056c21ee081ea7e79141723c2b6a0d083c49a348 /target/linux/package/Makefile | |
parent | b7740460b2e2f7d1249a001275eb1cb015cabb31 (diff) |
move wificonf and nvram stuff back to package/, remove build_mipsel/root, run install part of package/ for every board/kernel - fixes dependency mess
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1540 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/Makefile')
-rw-r--r-- | target/linux/package/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/target/linux/package/Makefile b/target/linux/package/Makefile index 84402cce2..43fbd60f2 100644 --- a/target/linux/package/Makefile +++ b/target/linux/package/Makefile @@ -8,14 +8,10 @@ package-$(BR2_PACKAGE_KMOD_OPENSWAN) += openswan package-y += openwrt ifeq ($(BOARD),brcm) -package-$(BR2_PACKAGE_WIFICONF) += wificonf -package-y += nvram - ifeq ($(LINUX_VERSION),2.4.30) package-$(BR2_PACKAGE_KMOD_WLCOMPAT) += wlcompat +wlcompat-compile: openwrt-compile endif - -nvram-compile: openwrt-compile endif all: compile install |