X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/a77ff5d0a0bd211883c0ce8cb0a20f8fbee8b644..915064ef9af757c1bacd6db666419cba9c354311:/package/opkg/Makefile diff --git a/package/opkg/Makefile b/package/opkg/Makefile index b9e3e2979..6a275ca81 100644 --- a/package/opkg/Makefile +++ b/package/opkg/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=opkg -PKG_REV:=4561 +PKG_REV:=4564 PKG_VERSION:=$(PKG_REV) PKG_RELEASE:=1 @@ -45,7 +45,7 @@ CONFIGURE_ARGS += \ define Build/Configure (cd $(PKG_BUILD_DIR); \ - ./autogen.sh \ + autoreconf -v --install || exit 1 \ ); $(call Build/Configure/Default) endef @@ -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