mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-19 06:08:26 +02:00
fix the links name
Signed-off-by: Xiangfu Liu <xiangfu@qi-hardware.com>
This commit is contained in:
parent
a16f4ea1c7
commit
f524569954
@ -36,7 +36,7 @@ CONFIGURE_ARGS += --without-x --without-fb --without-directfb
|
|||||||
|
|
||||||
define Package/links/install
|
define Package/links/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/links2 $(1)/usr/bin/
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/links $(1)/usr/bin/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,links))
|
$(eval $(call BuildPackage,links))
|
||||||
|
Loading…
Reference in New Issue
Block a user