misc cosmetic fixes:
* reorder PKG_* variables, Build/(Un)InstallDev macros * remove unneeded configure options and PKG_INSTALL_DIR stuff * remove dupe descriptions git-svn-id: svn://svn.openwrt.org/openwrt/packages@6035 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -41,7 +41,7 @@ endef
|
||||
|
||||
define Package/ethtool/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/* $(1)/usr/sbin
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/ethtool $(1)/usr/sbin/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,ethtool))
|
||||
|
Reference in New Issue
Block a user