diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-07-24 19:58:14 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-24 19:58:14 +0000 |
| commit | 910f49d7b9c08f9745bd5eb60cfb800c940899c3 (patch) | |
| tree | 2127b232ba8b642de1105e7cc7f0d1c60563c4bf /openwrt/target/linux/package/Makefile | |
| parent | 725321d472f211acae0b67a1f041a7144a86fe9d (diff) | |
| download | mtk-20170518-910f49d7b9c08f9745bd5eb60cfb800c940899c3.zip mtk-20170518-910f49d7b9c08f9745bd5eb60cfb800c940899c3.tar.gz mtk-20170518-910f49d7b9c08f9745bd5eb60cfb800c940899c3.tar.bz2 | |
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
Diffstat (limited to 'openwrt/target/linux/package/Makefile')
| -rw-r--r-- | openwrt/target/linux/package/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
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 |
