From 910f49d7b9c08f9745bd5eb60cfb800c940899c3 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 24 Jul 2005 19:58:14 +0000 Subject: move wificonf and nvram stuff back to package/, remove build_mipsel/root, run install part of package/ for every board/kernel - fixes dependency mess SVN-Revision: 1540 --- openwrt/target/linux/package/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'openwrt/target/linux/package/Makefile') diff --git a/openwrt/target/linux/package/Makefile b/openwrt/target/linux/package/Makefile index 84402cc..43fbd60 100644 --- a/openwrt/target/linux/package/Makefile +++ b/openwrt/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 -- cgit v1.1