mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 15:56:49 +00:00
fix typo in mtd package
SVN-Revision: 1516
This commit is contained in:
parent
f81587b160
commit
e0c4f6e568
@ -22,5 +22,5 @@ $(PKG_BUILD_DIR)/.built:
|
|||||||
$(IPKG_MTD):
|
$(IPKG_MTD):
|
||||||
install -d -m0755 $(IDIR_MTD)/sbin
|
install -d -m0755 $(IDIR_MTD)/sbin
|
||||||
install -m0755 $(PKG_BUILD_DIR)/mtd $(IDIR_MTD)/sbin
|
install -m0755 $(PKG_BUILD_DIR)/mtd $(IDIR_MTD)/sbin
|
||||||
$(RSTRIP) $(_IPK_DIR)/sbin/*
|
$(RSTRIP) $(IDIR_MTD)/sbin/*
|
||||||
$(IPKG_BUILD) $(IDIR_MTD) $(PACKAGE_DIR)
|
$(IPKG_BUILD) $(IDIR_MTD) $(PACKAGE_DIR)
|
||||||
|
Loading…
Reference in New Issue
Block a user