1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 21:38:54 +03:00

add LICENSE & minimal Config.in files (closes: #3710)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12367 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2008-08-22 04:20:40 +00:00
parent 72a7d4c4dd
commit b404f511e2
2 changed files with 3 additions and 0 deletions

View File

@ -32,9 +32,11 @@ $(BIN_DIR)/$(SDK_NAME).tar.bz2: clean
$(SDK_BUILD_DIR)/target/linux/*/files \ $(SDK_BUILD_DIR)/target/linux/*/files \
$(SDK_BUILD_DIR)/target/linux/*/patches $(SDK_BUILD_DIR)/target/linux/*/patches
$(CP) \ $(CP) \
$(TOPDIR)/LICENSE \
$(TOPDIR)/feeds.conf.default \ $(TOPDIR)/feeds.conf.default \
$(TOPDIR)/rules.mk \ $(TOPDIR)/rules.mk \
$(TOPDIR)/.config \ $(TOPDIR)/.config \
./files/Config.in \
./files/Makefile \ ./files/Makefile \
./files/README.SDK \ ./files/README.SDK \
$(SDK_BUILD_DIR)/ $(SDK_BUILD_DIR)/

View File

@ -0,0 +1 @@
source "tmp/.config-package.in"