mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-09 22:27:28 +03:00
fix spurious ifxmips u-boot build errors
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11387 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f8066ba2e8
commit
f6f2b11ed3
@ -22,6 +22,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
cp -r ./files/* $(PKG_BUILD_DIR)
|
cp -r ./files/* $(PKG_BUILD_DIR)
|
||||||
|
find $(PKG_BUILD_DIR) -name .svn | $(XARGS) rm -rf
|
||||||
cd $(PKG_BUILD_DIR);chmod a+x build_danube.sh;./build_danube.sh
|
cd $(PKG_BUILD_DIR);chmod a+x build_danube.sh;./build_danube.sh
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user