From 8ca31559ad16bfb3141d20b985b7d216b337029d Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 22 Oct 2005 20:52:12 +0000 Subject: rename target/linux/package/openwrt to base-files git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2261 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/target/linux/package/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openwrt/target/linux/package/Makefile') diff --git a/openwrt/target/linux/package/Makefile b/openwrt/target/linux/package/Makefile index 97d20251e..ad9b21a2e 100644 --- a/openwrt/target/linux/package/Makefile +++ b/openwrt/target/linux/package/Makefile @@ -9,12 +9,12 @@ package-$(BR2_PACKAGE_KMOD_MINI_FO) += mini_fo package-$(BR2_PACKAGE_KMOD_SHFS) += shfs package-$(BR2_PACKAGE_KMOD_OPENSWAN) += openswan package-$(BR2_PACKAGE_KMOD_MADWIFI) += madwifi -package-y += openwrt +package-y += base-files ifeq ($(BOARD)-$(KERNEL),brcm-2.4) package-$(BR2_PACKAGE_KMOD_WLCOMPAT) += wlcompat package-$(BR2_PACKAGE_KMOD_DIAG) += diag -wlcompat-compile: openwrt-compile +wlcompat-compile: base-files-compile endif all: compile install -- cgit v1.2.3