summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/package
Commit message (Collapse)AuthorAgeFilesLines
...
* enable madwifi by default in brcm-2.6Felix Fietkau2005-11-121-0/+1
| | | | SVN-Revision: 2461
* make linksys fixup script safe for GS v4Felix Fietkau2005-11-121-2/+2
| | | | SVN-Revision: 2453
* improve signal level/quality displayFelix Fietkau2005-11-111-12/+22
| | | | SVN-Revision: 2426
* fix noise/signal level display (fixes #20)Felix Fietkau2005-11-111-5/+11
| | | | SVN-Revision: 2421
* add linksys nvram fixup to S05nvram (fixes #32)Felix Fietkau2005-11-111-45/+100
| | | | SVN-Revision: 2417
* add new broadcom system code and new wlan driver (old driver still used by ↵Felix Fietkau2005-11-081-7/+8
| | | | | | default) SVN-Revision: 2395
* use the same versioning scheme for kernel and modulesNicolas Thill2005-11-087-10/+10
| | | | SVN-Revision: 2392
* don't strip kernel modulesNicolas Thill2005-11-083-5/+0
| | | | SVN-Revision: 2390
* fix alsa kmod build on 2.6/mipsel (fix #7), disable tests for other distros ↵Nicolas Thill2005-11-061-0/+6
| | | | | | explicitly SVN-Revision: 2359
* re-enable alsa and openswan on brcm-2.6 (disabled by [2321]) to be able to ↵Nicolas Thill2005-11-061-4/+0
| | | | | | reproduce #7 and #8 SVN-Revision: 2341
* disable alsa and openswan on brcm-2.6Nicolas Thill2005-11-033-0/+6
| | | | SVN-Revision: 2321
* add 2.6 support for x86Nicolas Thill2005-11-032-0/+38
| | | | SVN-Revision: 2320
* rework the kernel menuconfig, always use prompt to display config text ↵Nicolas Thill2005-11-029-29/+26
| | | | | | instead of bool/tristate SVN-Revision: 2315
* sort modulesNicolas Thill2005-11-022-5/+5
| | | | SVN-Revision: 2314
* use the cross-compiler to build additional packagesNicolas Thill2005-11-027-2/+11
| | | | SVN-Revision: 2312
* fix 2.6 modules pattern using a common LINUX_KMOD_SUFFIX variable, fix alsa ↵Nicolas Thill2005-11-017-21/+16
| | | | | | 2.6 build when arch != mipsel SVN-Revision: 2311
* continue massive kernel menuconfig reorganizationNicolas Thill2005-10-249-20/+12
| | | | SVN-Revision: 2297
* rename soekris port to x86Nicolas Thill2005-10-232-0/+0
| | | | SVN-Revision: 2285
* fix hostap build when target arch != mipselNicolas Thill2005-10-231-1/+2
| | | | SVN-Revision: 2283
* add hostap kernel driverNicolas Thill2005-10-237-2/+129
| | | | SVN-Revision: 2278
* remove spurious spacesNicolas Thill2005-10-231-8/+8
| | | | SVN-Revision: 2277
* replace madwifi with madwifi-ngImre Kaloz2005-10-233-8/+20
| | | | SVN-Revision: 2272
* compile fixFelix Fietkau2005-10-221-1/+1
| | | | SVN-Revision: 2262
* rename target/linux/package/openwrt to base-filesFelix Fietkau2005-10-2226-2/+2
| | | | SVN-Revision: 2261
* add jffs2root from whiterussian/Felix Fietkau2005-10-222-63/+73
| | | | SVN-Revision: 2255
* another batch of V= stuffFelix Fietkau2005-10-221-1/+1
| | | | SVN-Revision: 2244
* compile fix for diagFelix Fietkau2005-10-221-1/+1
| | | | SVN-Revision: 2243
* make log output a bit nicerFelix Fietkau2005-10-223-10/+16
| | | | SVN-Revision: 2241
* another small dependency fixFelix Fietkau2005-10-221-1/+1
| | | | SVN-Revision: 2236
* more V= fixesFelix Fietkau2005-10-223-4/+4
| | | | SVN-Revision: 2234
* add some more verbosity stuffFelix Fietkau2005-10-221-1/+4
| | | | SVN-Revision: 2222
* large build system cleanup. added some stuff to control the verbosity level, ↵Felix Fietkau2005-10-221-0/+4
| | | | | | but not complete, yet. SVN-Revision: 2221
* fix broken mac handling in ar7 network overridesFelix Fietkau2005-10-211-2/+2
| | | | SVN-Revision: 2206
* update fuse to new upstream release (v2.4.1) (thanks to Christian Magnusson)Nicolas Thill2005-10-202-51/+31
| | | | SVN-Revision: 2186
* provide a default network config for soekrisNicolas Thill2005-10-181-7/+9
| | | | SVN-Revision: 2168
* blacklist alsa driver for ar7Felix Fietkau2005-10-181-0/+2
| | | | SVN-Revision: 2159
* another svn-related fixFelix Fietkau2005-10-171-2/+2
| | | | SVN-Revision: 2116
* fix default lan_ifnames for wrt54g v1.xFelix Fietkau2005-10-121-1/+1
| | | | SVN-Revision: 2099
* fix build when arch != mipselNicolas Thill2005-10-032-13/+9
| | | | SVN-Revision: 2038
* update openswan to 2.40Waldemar Brodkorb2005-09-292-2/+15
| | | | SVN-Revision: 2003
* add alsa kernel driver (thanks to David Collet)Nicolas Thill2005-09-297-0/+87
| | | | SVN-Revision: 1997
* fix v1/v4 bug in diag driverFelix Fietkau2005-09-221-2/+2
| | | | SVN-Revision: 1969
* move diag module outside of kernel directoryImre Kaloz2005-09-216-0/+295
| | | | SVN-Revision: 1968
* start a shell only on 2.6 system on second serial device, reported by Peter ↵Waldemar Brodkorb2005-09-211-0/+4
| | | | | | Urbanec, triggers a bug on Asus WL500g deluxe SVN-Revision: 1965
* update to a new cvs snapshotWaldemar Brodkorb2005-09-161-3/+3
| | | | SVN-Revision: 1941
* eth0-> vlan0Waldemar Brodkorb2005-09-161-1/+1
| | | | SVN-Revision: 1938
* make vlan/bridge default OpenWrt configuration workWaldemar Brodkorb2005-09-161-0/+5
| | | | SVN-Revision: 1937
* add ath0 to bridgeWaldemar Brodkorb2005-09-101-1/+1
| | | | SVN-Revision: 1895
* make - layout, discussed with nbdWaldemar Brodkorb2005-09-1010-3/+60
| | | | SVN-Revision: 1891
* depend on madwifi, fix madwifi makefileWaldemar Brodkorb2005-09-101-1/+1
| | | | SVN-Revision: 1890