projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
switch on new verbose system
[openwrt.git]
/
package
/
robocfg
/
Makefile
diff --git
a/package/robocfg/Makefile
b/package/robocfg/Makefile
index
81cf99a
..
8451ac5
100644
(file)
--- a/
package/robocfg/Makefile
+++ b/
package/robocfg/Makefile
@@
-8,7
+8,7
@@
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/robocfg
PKG_BUILD_DIR:=$(BUILD_DIR)/robocfg
-include $(
TOPDIR)/package/rules
.mk
+include $(
INCLUDE_DIR)/package
.mk
define Package/robocfg
SECTION:=base
define Package/robocfg
SECTION:=base
@@
-16,15
+16,20
@@
TITLE:=BCM5325E/536x switch configuration utility
DESCRIPTION:=Broadcom BCM5325E/536x switch configuration utility
endef
DESCRIPTION:=Broadcom BCM5325E/536x switch configuration utility
endef
+define Build/Prepare
+ mkdir -p $(PKG_BUILD_DIR)
+ $(CP) ./src/* $(PKG_BUILD_DIR)/
+endef
+
define Build/Compile
define Build/Compile
- $(TARGET_CC) $(TARGET_CFLAGS) -o $(PKG_BUILD_DIR)/robocfg robocfg.c
+ $(MAKE) -C $(PKG_BUILD_DIR) \
+ CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" \
+ all
endef
define Package/robocfg/install
install -d -m0755 $(1)/sbin
install -m0755 $(PKG_BUILD_DIR)/robocfg $(1)/sbin/
endef
define Package/robocfg/install
install -d -m0755 $(1)/sbin
install -m0755 $(PKG_BUILD_DIR)/robocfg $(1)/sbin/
- $(RSTRIP) $(1)
- $(IPKG_BUILD) $(1) $(PACKAGE_DIR)
endef
$(eval $(call BuildPackage,robocfg))
endef
$(eval $(call BuildPackage,robocfg))
This page took
0.021646 seconds
and
4
git commands to generate.