aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* package/zlib: include zlib.pc (pkconfig)Nicolas Thill2011-10-251-0/+3
| | | | | | | | | | Compiling zlib produces zlib.pc (pkgconfig), but it is not currently installed in staging_dir/usr/lib/pkgconfig. If it was included other packages depending on zlib could easier be compiled. Signed-off-by: Espen Jürgensen <espenjurgensen@gmail.com> SVN-Revision: 28591
* target: remove CONFIG_IDE_PROC_FS support as wellJo-Philipp Wich2011-10-259-9/+9
| | | | SVN-Revision: 28586
* brcm47xx: revert accidentially added EARLY_PRINTK symbol from previous commitJo-Philipp Wich2011-10-251-1/+0
| | | | SVN-Revision: 28585
* target: globally disable BSD process accountingJo-Philipp Wich2011-10-2537-38/+10
| | | | SVN-Revision: 28584
* busybox: fix a compile error on mac os xFelix Fietkau2011-10-251-0/+13
| | | | SVN-Revision: 28578
* mac80211: allow building ath9k_htc without PCI support, based on patch by ↵Jo-Philipp Wich2011-10-251-1/+1
| | | | | | Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 28573
* ramips: Support for NexAira BC2Gabor Juhos2011-10-2412-3/+171
| | | | | | | | | The preconfiguration of the USB LED has benn move to the /etc/uci-defaults/leds script. [juhosg] Signed-off-by: Adam Porter <porter.adam at gmail.com> SVN-Revision: 28571
* ramips: fix switch-port assignment for HW550-3GGabor Juhos2011-10-241-1/+1
| | | | | | | | WAN is on swtich port 0 for Aztech HW550-3G. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28570
* ramips: combine led setup for all boards in one fileGabor Juhos2011-10-245-85/+34
| | | | | | | | | This removes unnecessary duplication and simplifies led setup for new boards. It would be a one line change most likely. Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su> SVN-Revision: 28569
* ar71xx: build image for the Buffalo WHR-HP-G300NGabor Juhos2011-10-242-0/+35
| | | | | | Based on a patch by Yoichi Shinoda <shinoda@jaist.ac.jp> SVN-Revision: 28568
* ar71xx: Buffalo WHR-HP-G300N kernel supportGabor Juhos2011-10-249-1/+213
| | | | | | | | | | | | | The initial support for the Buffalo WHR-HP-G300N box. The code was confirmed to boot and run, but not tested in depth. Known problem: iw phy phy0 info shows: Coverage class: 0 (up to 0m) Available Antennas: TX 0 RX 0 Signed-off-by: Yoichi Shinoda <shinoda@jaist.ac.jp> SVN-Revision: 28567
* package/u-boot-envtools: update to version 2011.06.Gabor Juhos2011-10-244-68/+101
| | | | | | | | | | | | | This updates uboot-envtools to the version which comes with U-Boot 2011.06. The important novelity is that fw_setenv now supports batch processing, which greatly improves sysupgrade of the ALL0258N as otherwise we would have to overwrite uboot-env up to 8x in a single firmware upgrade. Unfortunately, no newer version of the sources is available from Debian, so we got to take it from the u-boot source which is kinda ugly... Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28566
* ar71xx: build image for the Allnet ALL0258N boardGabor Juhos2011-10-241-0/+6
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28565
* ar71xx: add kernel support for the Allnet ALL0258N boardGabor Juhos2011-10-246-0/+159
| | | | | | | | | | This patchs adds support for the Allnet ALL0258N outdoor AP/bridge. The ALL0258N is based on the AR7240 SoC paired with an AR9285 radio, it got 8MB of NOR and 32MB SDRAM. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28564
* ar71xx: don't override CONFIG_FSNOTIFYGabor Juhos2011-10-241-1/+0
| | | | SVN-Revision: 28563
* base-files: make sure inittab-console-fixup returns with success (#10275)Jo-Philipp Wich2011-10-241-0/+2
| | | | SVN-Revision: 28562
* package/ipset: move out to packages/net/Nicolas Thill2011-10-242-146/+0
| | | | SVN-Revision: 28561
* package/perf: move out to packages/devel/Nicolas Thill2011-10-241-52/+0
| | | | SVN-Revision: 28560
* netifd: update to latest version, fixes a crash on dhcp renewFelix Fietkau2011-10-241-2/+2
| | | | SVN-Revision: 28557
* relayd: update to git head 4e8f1fa4ca2b176500362843a9e57ea5abd4b7a3Jo-Philipp Wich2011-10-241-2/+2
| | | | SVN-Revision: 28554
* linux: add 3.1 checksumJonas Gorski2011-10-241-0/+3
| | | | SVN-Revision: 28553
* package/busybox: make PAM support depend on DEVEL (closes: #8002 & #8743)Nicolas Thill2011-10-241-0/+5
| | | | SVN-Revision: 28549
* package/busybox: revert config defaults inadvertently changed in [28513] ↵Nicolas Thill2011-10-244-5/+5
| | | | | | (thanks to Liu Yu Fei, Eric), bump release number SVN-Revision: 28547
* netifd: update to latest version, fixes interface hotplugging issuesFelix Fietkau2011-10-231-3/+3
| | | | SVN-Revision: 28546
* netifd: add two simple scripts for querying interface/device statusFelix Fietkau2011-10-232-0/+25
| | | | SVN-Revision: 28545
* netifd: reload the network config on ifup -aFelix Fietkau2011-10-231-0/+1
| | | | SVN-Revision: 28544
* firewall: prevent ip6tables -t nat rules (#10265)Jo-Philipp Wich2011-10-232-2/+3
| | | | SVN-Revision: 28535
* firewall: fix another instance of unquoted "*"Jo-Philipp Wich2011-10-222-2/+2
| | | | SVN-Revision: 28529
* firewall: fix possible expansion of "*" when rules with "option src *" are ↵Jo-Philipp Wich2011-10-222-6/+11
| | | | | | processed SVN-Revision: 28527
* firewall: do not check for module availability, let iptables fail if a ↵Jo-Philipp Wich2011-10-222-16/+2
| | | | | | feature is not present (#7610) SVN-Revision: 28525
* x86: allow VDI & VMDK images for all subtargets (closes: #10255)Nicolas Thill2011-10-221-2/+2
| | | | SVN-Revision: 28518
* wrt55agv2-spidevs: fix build with recent kernelNicolas Thill2011-10-221-1/+1
| | | | SVN-Revision: 28516
* kernel: add dependency on kmod-crypto-authenc to kmod-ipsec (closes: #7431)Nicolas Thill2011-10-221-1/+1
| | | | SVN-Revision: 28515
* netifd: add a dependency on jshnFelix Fietkau2011-10-221-1/+1
| | | | SVN-Revision: 28514
* busybox: update to 1.19.2 (thanks to Peter Wagner)Nicolas Thill2011-10-2158-549/+1023
| | | | SVN-Revision: 28513
* uci: fix segfault on import of anonymous sections (#10204)Felix Fietkau2011-10-211-3/+3
| | | | SVN-Revision: 28507
* uci: update to latest version (includes several bugfixes)Felix Fietkau2011-10-211-4/+4
| | | | SVN-Revision: 28504
* scripts/feeds: override the OPENWRT_BUILD variable when calling internal ↵Felix Fietkau2011-10-211-2/+2
| | | | | | targets (based on patch from #10212) SVN-Revision: 28503
* tools/lzma-old fix compile issues (patch from #10253)Felix Fietkau2011-10-211-4/+4
| | | | SVN-Revision: 28502
* netifd: add missing dependencies on libuci and libnl-tinyFelix Fietkau2011-10-211-1/+1
| | | | SVN-Revision: 28501
* upx: fix build errorNicolas Thill2011-10-211-1/+2
| | | | | | | | | g++ -O2 -Wall -W -Wcast-align -Wcast-qual -Wpointer-arith -Wshadow -Wwrite-strings -Werror -o compress.o -c compress.cpp cc1plus: warnings being treated as errors compress.cpp:75: error: unused parameter 'src' ... SVN-Revision: 28500
* add an initial (experimental) version of netifd, disabled by defaultFelix Fietkau2011-10-2114-1/+499
| | | | SVN-Revision: 28499
* pppd: fix the exit code in case of authentication failure or other errorsFelix Fietkau2011-10-211-0/+12
| | | | SVN-Revision: 28498
* pppd: add a patch for overriding the path to /etc/ppp/ipv6-{up,down}Felix Fietkau2011-10-206-18/+101
| | | | SVN-Revision: 28497
* ubusd: add an init scriptFelix Fietkau2011-10-202-1/+13
| | | | SVN-Revision: 28496
* base-files: move network related scripts to a separate package to make the ↵Felix Fietkau2011-10-2010-0/+45
| | | | | | transition to netifd easier SVN-Revision: 28495
* add cname sectionTravis Kemen2011-10-201-0/+14
| | | | SVN-Revision: 28493
* linux: generic: refresh patches for 3.1-rc10Jonas Gorski2011-10-2011-22/+22
| | | | | | Hopefully the last one and identical to final. SVN-Revision: 28492
* squashfs4: Add support for LZMA Magic to unsquashfsJonas Gorski2011-10-191-0/+72
| | | | | | | | Some vendor firmwares use a different super block magic to indicate LZMA compression. This patches adds support for detecting this and enable extraction for those firmware's root filesystems. SVN-Revision: 28489
* 6in4: sync with HE.net endpoint update changesJo-Philipp Wich2011-10-172-4/+4
| | | | SVN-Revision: 28475