diff options
author | Travis Kemen <thepeople@openwrt.org> | 2008-07-29 17:23:52 +0000 |
---|---|---|
committer | Travis Kemen <thepeople@openwrt.org> | 2008-07-29 17:23:52 +0000 |
commit | 44ef6c1c3d1ef19671889307b45ad0652bcb22ce (patch) | |
tree | fc253a2f741b1e70706cbe98ba17421440ada173 /package/opkg/Makefile | |
parent | d7a52d4599418fabb499098511698adcdd53916e (diff) | |
download | master-187ad058-44ef6c1c3d1ef19671889307b45ad0652bcb22ce.tar.gz master-187ad058-44ef6c1c3d1ef19671889307b45ad0652bcb22ce.tar.bz2 master-187ad058-44ef6c1c3d1ef19671889307b45ad0652bcb22ce.zip |
remove opkg config file and link ipkg.conf to opkg.conf being they are the same
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11994 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/opkg/Makefile')
-rw-r--r-- | package/opkg/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/opkg/Makefile b/package/opkg/Makefile index 45010c7f3a..e8aebcbb48 100644 --- a/package/opkg/Makefile +++ b/package/opkg/Makefile @@ -58,9 +58,6 @@ define Build/Compile endef define Package/opkg/install - $(INSTALL_DIR) $(1)/etc - $(INSTALL_DATA) ./files/opkg.conf $(1)/etc/ - $(SED) 's,$$$$S,$(BOARD),g' $(1)/etc/opkg.conf $(INSTALL_BIN) ./files/postinst $(1)/CONTROL/postinst $(INSTALL_DIR) $(1)/bin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/opkg-cl $(1)/bin/opkg |