aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* upgrade to uci 0.6.1 - lots of cli and lua binding fixesFelix Fietkau2008-08-271-2/+2
| | | | SVN-Revision: 12413
* fix uboot-ifxmips compile on mac os xFelix Fietkau2008-08-271-143/+86
| | | | SVN-Revision: 12412
* fixes broken if-then in led init scriptJohn Crispin2008-08-271-2/+3
| | | | SVN-Revision: 12411
* add autoconf (fixes opkg build issues)Felix Fietkau2008-08-272-1/+39
| | | | SVN-Revision: 12410
* fix busybox compile on mac os xFelix Fietkau2008-08-271-0/+13
| | | | SVN-Revision: 12409
* make uci firewall backwards compatible to the old firewall.userJohn Crispin2008-08-271-2/+9
| | | | SVN-Revision: 12408
* add proto tcpudp to firewallJohn Crispin2008-08-271-38/+51
| | | | SVN-Revision: 12407
* ifxmips should not overwrite DEFAULT_PACKAGESJohn Crispin2008-08-271-1/+1
| | | | SVN-Revision: 12406
* generate images for the EASY 5120P-ATA boardGabor Juhos2008-08-272-0/+15
| | | | SVN-Revision: 12405
* fix device duplication in firewall if the balancing of ifup and ifdown is brokenJohn Crispin2008-08-271-2/+9
| | | | SVN-Revision: 12404
* make sure uci firewall reverts its states when stoppedJohn Crispin2008-08-271-0/+1
| | | | SVN-Revision: 12403
* fixes uci firewall init order, Signed-off-by: Roberto RiggioJohn Crispin2008-08-271-2/+2
| | | | SVN-Revision: 12402
* fixes cvs download, signed-off by Bruno RandolfJohn Crispin2008-08-271-1/+1
| | | | SVN-Revision: 12401
* enable quilt by default for the kernel treeFelix Fietkau2008-08-273-2/+3
| | | | SVN-Revision: 12400
* fix ./scripts/env deleteFelix Fietkau2008-08-271-2/+3
| | | | SVN-Revision: 12399
* build and install a current quilt version in tools/Felix Fietkau2008-08-272-1/+31
| | | | SVN-Revision: 12398
* This patch enables the new ath5k driver. Works for me with X86 Alix board an ↵Florian Fainelli2008-08-272-12/+18
| | | | | | | | AR2413 minipci card. iw and iwconfig works. Signed-off-by: Dirk Nehring <dnehring@gmx.net> SVN-Revision: 12397
* firewall: Added support for port-ranges as firstPort-lastPort to redirect ↵Steven Barth2008-08-271-0/+17
| | | | | | sections SVN-Revision: 12396
* adds 5 new chains to the uci firewall that can be used to hook custom rulesJohn Crispin2008-08-271-1/+16
| | | | SVN-Revision: 12395
* A WPA(2) pre-shared key can either be specified as a 8 to 63 character ↵Florian Fainelli2008-08-261-1/+5
| | | | | | | | passphrase which is hashed to a 256 bit key together with the SSID, or a 64 character hex key. Currently, the latter option is supported by the broadcom wifi type, but no by hostapd. The attached patch allows using a 64 character hex key. (#3935) Signed-off-by: thomas@archlinux.org SVN-Revision: 12394
* adds several fixes to etrax, make openssl work on etraxJohn Crispin2008-08-265-101/+156
| | | | SVN-Revision: 12393
* adds more sanity checks to uci firewallJohn Crispin2008-08-261-0/+4
| | | | SVN-Revision: 12392
* use proto instead of protocol in uci firewallJohn Crispin2008-08-262-6/+6
| | | | SVN-Revision: 12391
* disable fpu emulation on magicbox -- no idea how it got back thereImre Kaloz2008-08-251-1/+1
| | | | SVN-Revision: 12390
* update sibyte config, disable unneeded featuresImre Kaloz2008-08-251-36/+22
| | | | SVN-Revision: 12389
* Fix bridge-utils configuration failure (#3931), thanks sn9Florian Fainelli2008-08-251-0/+1
| | | | SVN-Revision: 12388
* minor cleanupsGabor Juhos2008-08-2516-42/+34
| | | | SVN-Revision: 12387
* Use busybox mount, could be overriden to use util-linux-ng for instance, ↵Florian Fainelli2008-08-251-0/+1
| | | | | | thanks sn9 SVN-Revision: 12386
* Updated Lua host compiler to 5.1.4Steven Barth2008-08-245-200/+565
| | | | SVN-Revision: 12384
* Updated Lua to 5.1.4Steven Barth2008-08-244-201/+203
| | | | SVN-Revision: 12383
* upgrade sibyte to 2.6.26.3Imre Kaloz2008-08-242-1/+6
| | | | SVN-Revision: 12382
* lua: remove an unnecessary check and replace switch (GET_OPCODE(i)) as well ↵Felix Fietkau2008-08-241-20/+20
| | | | | | (thx, lars) SVN-Revision: 12381
* some more s/git-/git /Felix Fietkau2008-08-241-1/+1
| | | | SVN-Revision: 12380
* replace the deprecated git-* command calls with git *Felix Fietkau2008-08-243-18/+18
| | | | SVN-Revision: 12379
* improve lua opcode dispatch performance by using computed goto instead of ↵Felix Fietkau2008-08-241-0/+363
| | | | | | switch/case - improves performance by about 10% in a simple loop test SVN-Revision: 12378
* fix bridge utils for brcm-2.4 from ↵Travis Kemen2008-08-241-3/+11
| | | | | | http://dev.luci.freifunk-halle.net/001-brcm2.4-fix-bridge-utils.patch SVN-Revision: 12377
* fix make kernel_menuconfig for subtarget kernel config filesFelix Fietkau2008-08-231-1/+1
| | | | SVN-Revision: 12376
* Fix hostapd with open access point and per-device configuration, thanks sn9Florian Fainelli2008-08-231-1/+5
| | | | SVN-Revision: 12375
* upgrade uci to 0.6.0 - many bugfixes and an API cleanupFelix Fietkau2008-08-231-2/+2
| | | | SVN-Revision: 12373
* sync kernel configGabor Juhos2008-08-222-4/+0
| | | | SVN-Revision: 12372
* update to 2.6.26.3 and 2.6.25.16Gabor Juhos2008-08-2238-74/+68
| | | | SVN-Revision: 12371
* fix ImageBuilder (closes: #3863)Nicolas Thill2008-08-223-3/+5
| | | | SVN-Revision: 12370
* oops, fix typo in [12368]Nicolas Thill2008-08-221-1/+1
| | | | SVN-Revision: 12369
* install ppp development headersNicolas Thill2008-08-221-0/+5
| | | | SVN-Revision: 12368
* add LICENSE & minimal Config.in files (closes: #3710)Nicolas Thill2008-08-222-0/+3
| | | | SVN-Revision: 12367
* don't display the "Image configuration" menu entry when there's nothing to ↵Nicolas Thill2008-08-221-1/+1
| | | | | | pre-configure (when using the SDK for example) SVN-Revision: 12366
* add feeds config file to SDKNicolas Thill2008-08-221-1/+2
| | | | SVN-Revision: 12365
* fix the CF driver on 2.6.26.x, and create a package for itGabor Juhos2008-08-214-96/+236
| | | | SVN-Revision: 12364
* madwifi: keep a/g mode and pureg setting in sync across vapsFelix Fietkau2008-08-211-18/+19
| | | | SVN-Revision: 12363
* set reasonable generic CRYPTO_ config entries for 2.6.26Nicolas Thill2008-08-219-36/+13
| | | | SVN-Revision: 12362