projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
strip -$(KERNEL) from sdk/imagebuilder names
[openwrt.git]
/
target
/
linux
/
ixp4xx
/
image
/
npe-ucode
/
Makefile
diff --git
a/target/linux/ixp4xx/image/npe-ucode/Makefile
b/target/linux/ixp4xx/image/npe-ucode/Makefile
index
b5181e8
..
6b1c82e
100644
(file)
--- a/
target/linux/ixp4xx/image/npe-ucode/Makefile
+++ b/
target/linux/ixp4xx/image/npe-ucode/Makefile
@@
-10,7
+10,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=npe-ucode
PKG_VERSION:=2.4
PKG_NAME:=npe-ucode
PKG_VERSION:=2.4
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=IPL_ixp400NpeLibrary-2_4.zip
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=IPL_ixp400NpeLibrary-2_4.zip
@@
-35,6
+35,7
@@
endef
define Build/InstallDev
$(INSTALL_BIN) $(PKG_BUILD_DIR)/NPE-B $(TARGET)/
define Build/InstallDev
$(INSTALL_BIN) $(PKG_BUILD_DIR)/NPE-B $(TARGET)/
+ $(INSTALL_BIN) $(PKG_BUILD_DIR)/NPE-C $(TARGET)/
endef
$(eval $(call Build/DefaultTargets))
endef
$(eval $(call Build/DefaultTargets))
This page took
0.020374 seconds
and
4
git commands to generate.