mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-16 19:11:53 +02:00
linux-atm: fix typo introduced in r34502
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34503 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fbcd4da79e
commit
67c3d9877e
@ -132,7 +132,7 @@ endef
|
|||||||
define BuildAtmPlugin
|
define BuildAtmPlugin
|
||||||
define Package/$(1)/install
|
define Package/$(1)/install
|
||||||
$(INSTALL_DIR) $$(1)/usr/$(3)
|
$(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
|
endef
|
||||||
|
|
||||||
$$(eval $$(call BuildPackage,$(1)))
|
$$(eval $$(call BuildPackage,$(1)))
|
||||||
|
Loading…
Reference in New Issue
Block a user