mirror of https://github.com/hak5/openwrt.git
remove opkg config file and link ipkg.conf to opkg.conf being they are the same
SVN-Revision: 11994lede-17.01
parent
b559fb0c5f
commit
a4dbc3ddb3
|
@ -58,9 +58,6 @@ define Build/Compile
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/opkg/install
|
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_BIN) ./files/postinst $(1)/CONTROL/postinst
|
||||||
$(INSTALL_DIR) $(1)/bin
|
$(INSTALL_DIR) $(1)/bin
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/opkg-cl $(1)/bin/opkg
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/opkg-cl $(1)/bin/opkg
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
src snapshots http://downloads.openwrt.org/snapshots/$S/packages
|
|
||||||
dest root /
|
|
||||||
dest ram /tmp
|
|
||||||
lists_dir ext /var/opkg-lists
|
|
|
@ -1,2 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
ln -sf "${IPKG_INSTROOT}/usr/lib/ipkg" "${IPKG_INSTROOT}/usr/lib/opkg"
|
ln -sf "${IPKG_INSTROOT}/usr/lib/ipkg" "${IPKG_INSTROOT}/usr/lib/opkg"
|
||||||
|
ln -sf "${IPKG_INSTROOT}/etc/ipkg.conf" "${IPKG_INSTROOT}/etc/opkg.conf"
|
||||||
|
|
Loading…
Reference in New Issue