openwrt: adapt repository structure to simplify build environment setup
This commit is contained in:
parent
bf0c4948df
commit
93582b14fe
1486 changed files with 42 additions and 20 deletions
openwrt
.configINSTALL.txt
package
expat
flukso
luaexpat
luasocket
luaxmlrpc
luaxyssl
luci
.buildpath.cproject.gitignore.projectINSTALLLICENSEMakefileNOTICETHANKYOU
applications
freifunk-community
luci-ddns
luci-ffwizard-leipzig
luci-fw
Makefile
luasrc
controller/luci_fw
i18n
luci-fw.de.lualuci-fw.de.xmlluci-fw.en.lualuci-fw.en.xmlluci-fw.fr.lualuci-fw.fr.xmlluci-fw.pt-br.lualuci-fw.pt-br.xml
model/cbi/luci_fw
root/lib/uci/schema/default
luci-hd_idle
luci-initmgr
luci-livestats
20
openwrt/INSTALL.txt
Normal file
20
openwrt/INSTALL.txt
Normal file
|
@ -0,0 +1,20 @@
|
|||
$Id$
|
||||
|
||||
1/ Set up the OpenWRT build environment
|
||||
---------------------------------------
|
||||
svn export svn://svn.openwrt.org/openwrt/tags/8.09 8.09.flukso
|
||||
svn co http://svn.jokamajo.org/flukso/trunk/openwrt 8.09.flukso
|
||||
|
||||
2/ Apply custom Flukso patches to OpenWRT
|
||||
-----------------------------------------
|
||||
cd 8.09.flukso
|
||||
patch -p0 < patches/100.disable.console.patch
|
||||
patch -p0 < patches/110.set.console.baud.to.4800.patch
|
||||
patch -p0 < patches/120.set.AR5315_RESET_GPIO.to.6.patch
|
||||
cd package/busybox/patches
|
||||
ln -s ../../../patches/245.ignore.dhcpc.sigterm.patch .
|
||||
|
||||
3/ Build
|
||||
--------
|
||||
make menuconfig
|
||||
make
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue