aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* change readme to point to scripts/flashing/flash.sh instead of scripts/flash.shFelix Fietkau2008-12-311-2/+2
| | | | SVN-Revision: 13783
* scripts/feeds update:Felix Fietkau2008-12-311-50/+42
| | | | | | | | | | | * Fix feed update via git. * Add support for bzr and hg. * Proper escaping of command line arguments handed to system. * Reduced code duplication. Patch by Justus Winter SVN-Revision: 13782
* moko: Use default config for NETWORK_FILESYSTEMS (which is y). This makes it ↵Michael Büsch2008-12-301-1/+0
| | | | | | possible to configure network filesystems in the buildroot config. SVN-Revision: 13776
* add experimental support for the NETGEAR WNR2000 boardGabor Juhos2008-12-309-0/+99
| | | | SVN-Revision: 13775
* mac80211: add experimental support for rt2800 devices (based on a patch by ↵Gabor Juhos2008-12-305-3/+9494
| | | | | | Hauke Mehrtens <hauke at hauke-m.de>) SVN-Revision: 13773
* mac80211: update compat-wireless to 2008-12-29Gabor Juhos2008-12-301-2/+2
| | | | SVN-Revision: 13772
* mac80211: fix some dependsGabor Juhos2008-12-301-2/+2
| | | | SVN-Revision: 13771
* add dummy WMAC deviceGabor Juhos2008-12-305-0/+32
| | | | SVN-Revision: 13769
* build.tex: fix formatting of example in build environments sectionAndy Boyett2008-12-301-1/+1
| | | | SVN-Revision: 13766
* kernel/modules/usb.mk: hso works on 2.6.26 and laterAndy Boyett2008-12-301-1/+1
| | | | SVN-Revision: 13765
* moko: preinit is in /etcMichael Büsch2008-12-291-5/+6
| | | | SVN-Revision: 13762
* madwifi: add patch to allow ignoring probe requests (useful for ad-hoc mesh)Felix Fietkau2008-12-291-0/+64
| | | | SVN-Revision: 13760
* add experimental support for the Ubiquiti LSX boardGabor Juhos2008-12-291-3/+11
| | | | SVN-Revision: 13759
* generate firmware image for the Ubiquiti RouterStation board (based on a ↵Gabor Juhos2008-12-291-0/+24
| | | | | | patch by Jonas <jmajau at ubnt.com>) SVN-Revision: 13758
* kernel/modules: split network makefile into netdevices and netsupportAndy Boyett2008-12-292-268/+284
| | | | SVN-Revision: 13757
* don't override CONFIG_NF_CT_ACCTGabor Juhos2008-12-282-2/+0
| | | | SVN-Revision: 13756
* generate firmware image for the D-Link DIR-615 C1 boardGabor Juhos2008-12-281-1/+6
| | | | SVN-Revision: 13755
* atheros: instead of resetting the ethernet core on ifup, only upload the new ↵Felix Fietkau2008-12-281-1/+13
| | | | | | mac address. fixes a tx regression on various devices SVN-Revision: 13753
* uci: upgrade to 0.7.1, fixes uci rename for unnamed sectionsFelix Fietkau2008-12-271-2/+2
| | | | SVN-Revision: 13751
* update to 2.6.28 finalGabor Juhos2008-12-271-1/+1
| | | | SVN-Revision: 13749
* 2.6.28: refresh patchesGabor Juhos2008-12-273-3/+3
| | | | SVN-Revision: 13748
* fix iptables compile with 2.6.26Felix Fietkau2008-12-271-0/+1
| | | | SVN-Revision: 13747
* add WMAC definitionsGabor Juhos2008-12-262-0/+6
| | | | SVN-Revision: 13746
* add Ubiquiti board detectionGabor Juhos2008-12-261-0/+6
| | | | SVN-Revision: 13745
* add MD5 for the kernel 2.6.28Matteo Croce2008-12-251-0/+3
| | | | SVN-Revision: 13744
* add sysupgrade support for ar360w3gJo-Philipp Wich2008-12-241-0/+16
| | | | SVN-Revision: 13741
* uci: work around a gcc bug which causes a bogus compiler warningFelix Fietkau2008-12-241-0/+5
| | | | SVN-Revision: 13739
* add the 'ead' package (emergency access daemon), which can provide remote ↵Felix Fietkau2008-12-2469-0/+17597
| | | | | | access to your device, even if the ip and firewall settings are broken SVN-Revision: 13738
* use SoC specific irq dispatch codeGabor Juhos2008-12-233-5/+24
| | | | SVN-Revision: 13736
* backport ipv6 security fix to 2.4 (#4245)Felix Fietkau2008-12-231-0/+26
| | | | SVN-Revision: 13734
* upgrade uci to 0.7.0 - adds ucimap and fixes #4236Felix Fietkau2008-12-231-3/+5
| | | | SVN-Revision: 13732
* add siit for stateless ip and icmp translation to ipv6Felix Fietkau2008-12-224-0/+1566
| | | | SVN-Revision: 13729
* fix spi-ks8995 compileFelix Fietkau2008-12-221-1/+0
| | | | SVN-Revision: 13724
* wpa_supplicant has been upgraded and previous version 0.6.3 doesn't exist ↵Felix Fietkau2008-12-225-50/+51
| | | | | | | | anymore. This patch sets the version and appropriate md5sum; it also updates all the patches. Note that patch 130 has been deleted since it seems to be already included in 0.6.6 Signed-off-by: Jose Vasconcellos <jvasco@verizon.net> SVN-Revision: 13723
* remove the obsolete ixp4xx-npe package and references to it (thx, Jose ↵Felix Fietkau2008-12-224-25/+3
| | | | | | Vasconcellos) SVN-Revision: 13722
* atheros: reset ethernet mac when running ifconfig eth0 up, so that changing ↵Felix Fietkau2008-12-221-0/+3
| | | | | | the mac address works SVN-Revision: 13720
* allow ipv4 routes without gateway in configurationJo-Philipp Wich2008-12-221-2/+4
| | | | SVN-Revision: 13714
* fix opkg overlay_root option for jffs2-only imagesFelix Fietkau2008-12-211-22/+33
| | | | SVN-Revision: 13710
* fix typo in atheros image makefileJo-Philipp Wich2008-12-211-1/+1
| | | | SVN-Revision: 13707
* add dependency on 2.6.26+, current version needs 'get_unaligned_le16' helper ↵Nicolas Thill2008-12-211-1/+2
| | | | | | introduced in 2.6.26 SVN-Revision: 13705
* add dependency on rb532 target for its CF moduleNicolas Thill2008-12-211-1/+1
| | | | SVN-Revision: 13704
* add missing config item spotted when hardware crypto is enabledNicolas Thill2008-12-211-0/+1
| | | | SVN-Revision: 13703
* fix kernel version for 2.6.27.10Gabor Juhos2008-12-201-1/+1
| | | | SVN-Revision: 13700
* fix GPIO function select bit definitions (based on a patch by Jonas <jmajau ↵Gabor Juhos2008-12-204-8/+7
| | | | | | at ubnt.com>) SVN-Revision: 13699
* rb-4xx: setup code cleanupGabor Juhos2008-12-201-37/+16
| | | | SVN-Revision: 13698
* improve Ubiquiti RouterStation support (based on a patch by Jonas <jmajau at ↵Gabor Juhos2008-12-191-6/+75
| | | | | | ubnt.com>) SVN-Revision: 13697
* oops, forgot the md5 of the 2.6.27.10 tarballGabor Juhos2008-12-191-1/+1
| | | | SVN-Revision: 13696
* update to 2.6.27.10Gabor Juhos2008-12-199-14/+14
| | | | SVN-Revision: 13695
* rename RouterStation stuff, and add machine type for the LSX boardGabor Juhos2008-12-198-9/+12
| | | | SVN-Revision: 13694
* add board registration of the bcm96338gwFlorian Fainelli2008-12-191-0/+22
| | | | SVN-Revision: 13693