fix typo in mtd package
SVN-Revision: 1516
This commit is contained in:
parent
f81587b160
commit
e0c4f6e568
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue