summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* fix lua compile issues on ixp4xx (EABI) by linking libgcc into libluaFelix Fietkau2008-05-221-23/+30
| | | | SVN-Revision: 11240
* add updated lua patchset from Steven Barth (cyrus) as explained in ↵Felix Fietkau2008-05-225-100/+4026
| | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2008-May/002170.html SVN-Revision: 11239
* Stopgap compilation fixes for diag and switch under 2.6.25Peter Denison2008-05-203-4/+17
| | | | SVN-Revision: 11231
* Update iproute2 to version 2.6.25, and fixup patchesPeter Denison2008-05-205-228/+159
| | | | SVN-Revision: 11230
* create /etc/fstab on boot (closes #3458)Matteo Croce2008-05-202-6/+8
| | | | SVN-Revision: 11225
* Merge branch 'openssl'Steven Barth2008-05-204-280/+25
| | | | SVN-Revision: 11224
* fix some wrong pathsMatteo Croce2008-05-192-21/+20
| | | | SVN-Revision: 11217
* avr32: add watchdog driverMatteo Croce2008-05-181-0/+16
| | | | SVN-Revision: 11192
* sound: Remove atheros restriction, since atheros can have usb sound cardsRod Whitby2008-05-181-1/+1
| | | | SVN-Revision: 11168
* Add support for OTI6858 and ARK3116 usb serial converters (#3442)Florian Fainelli2008-05-181-0/+30
| | | | SVN-Revision: 11167
* ifndef is not supported inside make variable expansionFelix Fietkau2008-05-171-1/+1
| | | | SVN-Revision: 11165
* base-files: Update /etc/init.d/fstab with new location of swapon and swapoff ↵Rod Whitby2008-05-172-5/+5
| | | | | | (they moved from /sbin to /usr/sbin) SVN-Revision: 11157
* update versionYuji Mano2008-05-161-2/+2
| | | | SVN-Revision: 11154
* modules/other.mk: Enable bluetooth for atherosRod Whitby2008-05-161-2/+2
| | | | SVN-Revision: 11150
* Add support for Asus wl-520gcFlorian Fainelli2008-05-161-0/+14
| | | | SVN-Revision: 11145
* This patch adds a number of configuration options to the MadWifi package. ↵Travis Kemen2008-05-152-35/+261
| | | | | | You can now configure the HAL, bus, default rate control algorithm as well as the debug mode from within make menuconfig. The goal is to be able to support hardware profiles with different HALs without messing around with the Makefile directly. Signed-off-by: Axel Gembe <ago@bastart.eu.org> SVN-Revision: 11140
* Allow package/switch to compile against 2.6.25Peter Denison2008-05-141-0/+4
| | | | SVN-Revision: 11138
* adding check for /proc/net/vlan/config (==vlan enabled kernel)Ralph Hempel2008-05-131-1/+1
| | | | SVN-Revision: 11132
* Fix typo in broadcom-diag LED output enablePeter Denison2008-05-121-1/+1
| | | | SVN-Revision: 11125
* Fix kmod-ata-piix depsAndy Boyett2008-05-121-1/+1
| | | | SVN-Revision: 11121
* Package nvidia sata driverAndy Boyett2008-05-121-0/+11
| | | | SVN-Revision: 11120
* Package AHCI driverAndy Boyett2008-05-121-0/+17
| | | | SVN-Revision: 11119
* Package VIA sata driverAndy Boyett2008-05-121-0/+16
| | | | SVN-Revision: 11118
* disable ip6tables as well on 2.6.25 until we have working IMQ supportNicolas Thill2008-05-111-1/+2
| | | | SVN-Revision: 11117
* fix fuse: use in-kernel module for 2.6.25+ kernelsNicolas Thill2008-05-111-4/+15
| | | | SVN-Revision: 11116
* add a macro to compare kernel patch versions and use it for crypto and ↵Nicolas Thill2008-05-112-4/+9
| | | | | | watchdog changes in 2.6.24+ kernels (closes: #3402) SVN-Revision: 11115
* add a package for the badblocks utility (closes: #3404)Nicolas Thill2008-05-111-1/+13
| | | | SVN-Revision: 11107
* fix typos in [11073]Nicolas Thill2008-05-091-2/+2
| | | | SVN-Revision: 11094
* cosmetic change: rename IPT_NAT_DEFAULT & IPT_NAT_EXTRA to IPT_NATHELPER & ↵Nicolas Thill2008-05-081-6/+6
| | | | | | IPT_NATHELPER_EXTRA respectively, to better match package names SVN-Revision: 11073
* package/kernel fixes: - remove dup netfilter.mk includes - always define ↵Nicolas Thill2008-05-082-4/+3
| | | | | | NF_KMOD so that proper KCONFIG entries are emitted for netfilter modules at DUMP time SVN-Revision: 11072
* only ignore dhcp but still listen for dns closes #3406Travis Kemen2008-05-081-1/+1
| | | | SVN-Revision: 11062
* add a flag "IGNORE_ERRORS", which can be used to ignore build errors in packagesFelix Fietkau2008-05-071-0/+3
| | | | SVN-Revision: 11059
* add missing udevextras package option - edd_idYuji Mano2008-05-052-8/+14
| | | | SVN-Revision: 11053
* add ps3-dump-bootloader to package installYuji Mano2008-05-051-0/+1
| | | | SVN-Revision: 11052
* fix lua compile configuration errorFelix Fietkau2008-05-041-0/+2
| | | | SVN-Revision: 11047
* remove dependency on zd1211-firmware, since it was removed in [11022]Nicolas Thill2008-05-031-1/+1
| | | | SVN-Revision: 11040
* revert borked commitJohn Crispin2008-05-031-1/+1
| | | | SVN-Revision: 11038
* make etrax serial driver register its device nodes, so we get a consoleJohn Crispin2008-05-031-1/+1
| | | | SVN-Revision: 11037
* upgrade to uci 0.3.4 - extends lua bindings and fixes a bug that rejected ↵Felix Fietkau2008-05-031-2/+2
| | | | | | "-" in uci package names SVN-Revision: 11030
* remove old zd firmwareJohn Crispin2008-05-031-41/+0
| | | | SVN-Revision: 11022
* ppp/pptp fixes: - prevent ppp from logging to /etc/ppp/connect-errors ↵Nicolas Thill2008-05-033-4/+6
| | | | | | (closes: #2989) - add dependency on ppp and kmod-gre to pptp - bump release number SVN-Revision: 11018
* acx100 fix by nabcoreMatteo Croce2008-05-021-0/+14
| | | | SVN-Revision: 11011
* IMQ is not yet available on 2.6.25Gabor Juhos2008-05-022-1/+2
| | | | SVN-Revision: 11007
* more use of the new GPIO_SUPPORT optionNicolas Thill2008-05-022-2/+2
| | | | SVN-Revision: 10998
* kmod-ipt-iprange: fix build error on .25Gabor Juhos2008-04-301-1/+1
| | | | SVN-Revision: 10992
* block.mk: Added ata-ixp4xx-cf module support for tw5334 board.Rod Whitby2008-04-301-0/+16
| | | | SVN-Revision: 10986
* import w1-gpio-custom driver from the Squidge ↵Gabor Juhos2008-04-294-0/+244
| | | | | | (http://squidge.sourceforge.net/) project SVN-Revision: 10982
* kernel/modules: modify AutoLoad levels of the W1 modulesGabor Juhos2008-04-291-7/+5
| | | | SVN-Revision: 10981
* kernel/modules: make use the new GPIO_SUPPORT optionGabor Juhos2008-04-292-4/+4
| | | | SVN-Revision: 10980
* remove the i2c-gpio-custom driver from adm5120, and make it available on all ↵Gabor Juhos2008-04-295-17/+264
| | | | | | platforms SVN-Revision: 10979