| Commit message (Expand) | Author | Age | Files | Lines |
* | create package directory in target/linux/*/prepare | nbd | 2006-01-11 | 1 | -1/+1 |
* | add netconfig script to brcm-2.4 and remove default /etc/config/network | nbd | 2006-01-11 | 3 | -18/+109 |
* | fix non-verbose messages for the new target/linux structure | nbd | 2006-01-11 | 1 | -5/+5 |
* | fix typo in endian-ness select for squashfs | nbd | 2006-01-11 | 1 | -5/+4 |
* | Move device selection first in menuconfig (#18) | nbd | 2006-01-10 | 2 | -82/+78 |
* | add missing Config.in for ar7 | nbd | 2006-01-10 | 1 | -0/+29 |
* | large target/linux cleanup | nbd | 2006-01-10 | 120 | -609/+388 |
* | fix sbh symbol export for switch drivers on brcm-2.4 | nbd | 2006-01-10 | 1 | -1/+3 |
* | fix Config.in for b44 kernel config change on brcm-2.4 | nbd | 2006-01-10 | 1 | -2/+1 |
* | compile b44 into the kernel on brcm-2.4 | nbd | 2006-01-10 | 1 | -1/+1 |
* | x86-2.6 compile fixes for snapshot build | wbx | 2006-01-09 | 3 | -10/+27 |
* | add updates for atheros SOC support from Mike A., thx | wbx | 2006-01-09 | 7 | -7539/+11448 |
* | upgrade kernel to 2.6.15 final | kaloz | 2006-01-08 | 1 | -6/+6 |
* | add missing control file. | wbx | 2006-01-07 | 1 | -0/+5 |
* | Merged ipt_time to 2.6 kernel and added ipt_time for all 2.4 archs, closes #185 | florian | 2006-01-07 | 6 | -0/+246 |
* | Added support for ipt_time | florian | 2006-01-07 | 3 | -0/+240 |
* | Added support for httpd IP address binding, worksforme #108 | florian | 2006-01-07 | 1 | -1/+1 |
* | Added support for USB ATM devices needed for ueagle-atm | florian | 2006-01-06 | 1 | -0/+4 |
* | small fix for Makefile | wbx | 2006-01-06 | 1 | -1/+1 |
* | Corrected some dummy error | florian | 2006-01-06 | 1 | -1/+1 |
* | Added support for ATM (needed by ueagle-atm), USB ATM, and VISOR USB serial c... | florian | 2006-01-06 | 5 | -4/+56 |
* | Added support for USB_SERIAL_VISOR, closes #180 | florian | 2006-01-06 | 4 | -1/+18 |
* | Added wlan_scan_ap, wlan_scan_sta, and missing crypto, xauth ... modules ment... | florian | 2006-01-05 | 2 | -0/+3 |
* | Added support for Eagle 8051 based USB ADSL modems (such as the Sagem F@st800) | florian | 2006-01-05 | 6 | -0/+66 |
* | add bcm43xx | nbd | 2006-01-05 | 10 | -0/+1754 |
* | fix typo | nbd | 2006-01-05 | 1 | -1/+2 |
* | create /etc/config if it doesn't exist | nbd | 2006-01-05 | 1 | -0/+1 |
* | enable firmware loader by default in brcm-2.6 | nbd | 2006-01-05 | 1 | -1/+1 |
* | add script for autogenerating /etc/config/network based on nvram, remove defa... | nbd | 2006-01-04 | 2 | -31/+104 |
* | Corrected WAP54G bug as explained in #146, closes ticket #146 | florian | 2006-01-04 | 1 | -2/+2 |
* | remove 'without switch support' comment from b44 driver menuconfig description | nbd | 2006-01-04 | 1 | -1/+1 |
* | statically compile b44 into the kernel on brcm-2.6 | nbd | 2006-01-04 | 2 | -3/+4 |
* | allow nvram access to kernel modules on brcm-2.6 | nbd | 2006-01-04 | 1 | -74/+109 |
* | kmod-switch: vlan parser rewrite, some api changes, minor fixes | nbd | 2006-01-04 | 4 | -106/+128 |
* | first load network driver (10), then wlan driver (20) and then wlcompat, so t... | wbx | 2006-01-03 | 2 | -3/+3 |
* | software watchdog as kernel modul, pf ring as kernel module. saves some bytes... | wbx | 2006-01-02 | 8 | -117/+42 |
* | revert config default change for ieee80211-dscape, do real depends instead | nbd | 2006-01-02 | 1 | -2/+3 |
* | disable kmod-ieee80211-dscape on 2.4 devel build | wbx | 2006-01-02 | 1 | -1/+0 |
* | load switch drivers after ethernet drivers | nbd | 2006-01-01 | 1 | -3/+3 |
* | Corrected typo for RTSP support | florian | 2005-12-29 | 1 | -1/+1 |
* | Added support for RTSP connection tracking modules | florian | 2005-12-29 | 6 | -1/+1549 |
* | add CONFIG_RING to x86-2.6 config | olli | 2005-12-28 | 1 | -0/+1 |
* | add devicescape 802.11 stack | nbd | 2005-12-28 | 39 | -0/+18652 |
* | add x86-2.6 package lists for the Image Builder | olli | 2005-12-28 | 3 | -0/+47 |
* | mipseb -> mips, thx kaloz for clearification | wbx | 2005-12-26 | 1 | -1/+1 |
* | fix missing sbh symbol on 2.4 | nbd | 2005-12-25 | 1 | -0/+6 |
* | fix wrong order of switch-adm.c includes | nbd | 2005-12-25 | 1 | -1/+1 |
* | fix kernel version detection in switch driver | nbd | 2005-12-25 | 2 | -1/+11 |
* | first ar531x support for 2.4, thx Mile Albon, some addons from me for mips bi... | wbx | 2005-12-25 | 9 | -1/+8645 |
* | use b44/switch driver on 2.4-brcm and 2.6-brcm | wbx | 2005-12-25 | 3 | -5/+6 |