From: Travis Kemen Date: Tue, 29 Jul 2008 17:23:52 +0000 (+0000) Subject: remove opkg config file and link ipkg.conf to opkg.conf being they are the same X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a4dbc3ddb3d275aad5a71662e9be94c9b66e0c29;p=openwrt%2Fstaging%2Frmilecki.git remove opkg config file and link ipkg.conf to opkg.conf being they are the same SVN-Revision: 11994 --- diff --git a/package/opkg/Makefile b/package/opkg/Makefile index 45010c7f3a1..e8aebcbb480 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 diff --git a/package/opkg/files/opkg.conf b/package/opkg/files/opkg.conf deleted file mode 100644 index f7f96fe2b6f..00000000000 --- a/package/opkg/files/opkg.conf +++ /dev/null @@ -1,4 +0,0 @@ -src snapshots http://downloads.openwrt.org/snapshots/$S/packages -dest root / -dest ram /tmp -lists_dir ext /var/opkg-lists diff --git a/package/opkg/files/postinst b/package/opkg/files/postinst index c479744500f..6aa8731ee9d 100644 --- a/package/opkg/files/postinst +++ b/package/opkg/files/postinst @@ -1,2 +1,3 @@ #!/bin/sh ln -sf "${IPKG_INSTROOT}/usr/lib/ipkg" "${IPKG_INSTROOT}/usr/lib/opkg" +ln -sf "${IPKG_INSTROOT}/etc/ipkg.conf" "${IPKG_INSTROOT}/etc/opkg.conf"