OpenWRT packages built successfuly
This commit is contained in:
parent
4fc75b215e
commit
4370407011
2 changed files with 5 additions and 2 deletions
|
@ -24,9 +24,9 @@ define Package/cronosagent/description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Prepare
|
define Build/Prepare
|
||||||
|
echo $(X_SOURCE_DIR)
|
||||||
mkdir -p $(PKG_BUILD_DIR)
|
mkdir -p $(PKG_BUILD_DIR)
|
||||||
$(CP) -R $(X_SOURCE_DIR)/*.h $(PKG_BUILD_DIR)/
|
$(CP) -R $(X_SOURCE_DIR)/* $(PKG_BUILD_DIR)/
|
||||||
$(CP) -R $(X_SOURCE_DIR)/*.c $(PKG_BUILD_DIR)/
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
#define Build/Compile
|
#define Build/Compile
|
||||||
|
|
|
@ -41,4 +41,7 @@ fi
|
||||||
# Build package
|
# Build package
|
||||||
make package/$PACKAGE/compile V=99 2>&1 | tee $PROJECT/../build.log | grep -i error
|
make package/$PACKAGE/compile V=99 2>&1 | tee $PROJECT/../build.log | grep -i error
|
||||||
|
|
||||||
|
# Copy built packages
|
||||||
|
find bin -name ${PACKAGE}*.ipk | xargs -I {} cp {} $PROJECT/..
|
||||||
|
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
|
Loading…
Add table
Reference in a new issue