mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-24 05:22:10 -05:00
linux-atm: fix typo introduced in r34502
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34503
This commit is contained in:
parent
b459e36579
commit
da069ac466
@ -132,7 +132,7 @@ endef
|
||||
define BuildAtmPlugin
|
||||
define Package/$(1)/install
|
||||
$(INSTALL_DIR) $$(1)/usr/$(3)
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/$(3)/$(2) $$(1)/$(3)
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/$(3)/$(2) $$(1)/usr/$(3)
|
||||
endef
|
||||
|
||||
$$(eval $$(call BuildPackage,$(1)))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user