mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 23:42:43 +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):
|
||||
install -d -m0755 $(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)
|
||||
|
Loading…
Reference in New Issue
Block a user