projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
remove opkg config file and link ipkg.conf to opkg.conf being they are the same
[openwrt.git]
/
package
/
opkg
/
Makefile
diff --git
a/package/opkg/Makefile
b/package/opkg/Makefile
index
ab41ac0
..
e8aebcb
100644
(file)
--- a/
package/opkg/Makefile
+++ b/
package/opkg/Makefile
@@
-22,7
+22,6
@@
include $(INCLUDE_DIR)/package.mk
define Package/opkg
SECTION:=base
CATEGORY:=Base system
define Package/opkg
SECTION:=base
CATEGORY:=Base system
- DEPENDS:=+libcurl
TITLE:=opkg package management system
URL:=http://wiki.openmoko.org/wiki/Opkg
endef
TITLE:=opkg package management system
URL:=http://wiki.openmoko.org/wiki/Opkg
endef
@@
-46,7
+45,7
@@
CONFIGURE_ARGS += \
define Build/Configure
(cd $(PKG_BUILD_DIR); \
define Build/Configure
(cd $(PKG_BUILD_DIR); \
-
./autogen.sh
\
+
autoreconf -v --install || exit 1
\
);
$(call Build/Configure/Default)
endef
);
$(call Build/Configure/Default)
endef
@@
-59,9
+58,6
@@
define Build/Compile
endef
define Package/opkg/install
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
$(INSTALL_BIN) ./files/postinst $(1)/CONTROL/postinst
$(INSTALL_DIR) $(1)/bin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/opkg-cl $(1)/bin/opkg
This page took
0.022407 seconds
and
4
git commands to generate.