aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/Makefile
diff options
context:
space:
mode:
authorTravis Kemen <thepeople@openwrt.org>2008-08-16 06:35:14 +0000
committerTravis Kemen <thepeople@openwrt.org>2008-08-16 06:35:14 +0000
commit55722b974ec5008da60e6e2abb72248f43064600 (patch)
tree73d062cf40a8a2e0aaf64721d7f06700eda6eb71 /package/base-files/Makefile
parente1136282239d6a0fbe5098137b21407b6b140251 (diff)
downloadmaster-187ad058-55722b974ec5008da60e6e2abb72248f43064600.tar.gz
master-187ad058-55722b974ec5008da60e6e2abb72248f43064600.tar.bz2
master-187ad058-55722b974ec5008da60e6e2abb72248f43064600.zip
make opkg the default package manager, disable busybox ipkg from building by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12319 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r--package/base-files/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index 231647e98b..9f745aa173 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -53,7 +53,6 @@ define Package/base-files$(TARGET)/conffiles
/etc/passwd
/etc/profile
/etc/shells
-/etc/ipkg.conf
/etc/sysctl.conf
$(call $(TARGET)/conffiles)
endef
@@ -149,7 +148,6 @@ define Package/base-files$(TARGET)/install
)
$(if $(CONFIG_BUSYBOX_CONFIG_FEATURE_SHADOWPASSWDS),cp $(1)/etc/passwd $(1)/etc/shadow)
$(SED) 's,$$$$R,$(REVISION),g' $(1)/etc/banner
- $(SED) 's,$$$$S,$(BOARD),g' -e 's,$$$$A,$(ARCH),g' $(1)/etc/ipkg.conf
mkdir -p $(1)/dev
mkdir -p $(1)/etc/crontabs
mkdir -p $(1)/jffs