summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* rename feeds.conf to feeds.conf.default, make feeds.conf override ↵Felix Fietkau2008-08-172-1/+3
| | | | | | feeds.conf.default this makes it possible to change the feeds lists without having the version control system record it as a change SVN-Revision: 12328
* export the FIND variable which points to a usable find versionFelix Fietkau2008-08-171-4/+4
| | | | SVN-Revision: 12327
* add /etc/firewall.user to be backed up becuase it is an example in ↵Travis Kemen2008-08-161-1/+1
| | | | | | /etc/config/firewall SVN-Revision: 12326
* fix uninitialized variable in metadata.pm (#3860)Felix Fietkau2008-08-161-0/+1
| | | | SVN-Revision: 12325
* add vif selection fix for the broadcom-wl wifi script (thx, sn9)Felix Fietkau2008-08-161-0/+1
| | | | SVN-Revision: 12324
* fix madwifi napi polling packet counting final fix for #3880Felix Fietkau2008-08-161-3/+3
| | | | SVN-Revision: 12323
* rework parallel building to get rid of some warnings and add back support ↵Felix Fietkau2008-08-168-33/+27
| | | | | | for parallelizing the kernel build fixes #3882 SVN-Revision: 12322
* remove unneeded lineTravis Kemen2008-08-161-1/+0
| | | | SVN-Revision: 12321
* remove /etc/firewall.* from being kept as they no longer are used in trunkTravis Kemen2008-08-161-1/+1
| | | | SVN-Revision: 12320
* make opkg the default package manager, disable busybox ipkg from building by ↵Travis Kemen2008-08-169-14/+17
| | | | | | default SVN-Revision: 12319
* fix typo, proto should be protocolTravis Kemen2008-08-161-1/+1
| | | | SVN-Revision: 12318
* trigger error if dport is used when no proto is definedJohn Crispin2008-08-151-0/+4
| | | | SVN-Revision: 12317
* fix symlinks when installing opkg into a imageTravis Kemen2008-08-151-2/+2
| | | | SVN-Revision: 12316
* Fix negative calculation of the tmpfs for devices with few RAM (#3557)Florian Fainelli2008-08-141-1/+1
| | | | SVN-Revision: 12315
* remove /etc/functions.sh call from led hotplug scriptJohn Crispin2008-08-141-2/+0
| | | | SVN-Revision: 12312
* refresh 2.6.23 patchesGabor Juhos2008-08-1428-550/+373
| | | | SVN-Revision: 12311
* adds watchdog driver to ar5315John Crispin2008-08-144-1/+236
| | | | SVN-Revision: 12309
* move qc-usb from trunk to packages as well (see [12260])Nicolas Thill2008-08-142-135/+0
| | | | SVN-Revision: 12304
* Fix opkg compilation with ccache, thanks sn9Florian Fainelli2008-08-131-1/+1
| | | | SVN-Revision: 12303
* load board's mac address on Compex devicesGabor Juhos2008-08-133-1/+27
| | | | SVN-Revision: 12302
* Now we have b43 working in master mode, include b43 in the profile (#3827)Florian Fainelli2008-08-131-1/+1
| | | | SVN-Revision: 12301
* Update b43 to work in AP modeFlorian Fainelli2008-08-1336-22392/+161
| | | | SVN-Revision: 12300
* Allow mac80211 drivers to work in master modeFlorian Fainelli2008-08-132-3/+27
| | | | SVN-Revision: 12299
* Update hostapd to 0.6.4Florian Fainelli2008-08-133-68/+2
| | | | SVN-Revision: 12298
* i2c-gpio-custom: minor bugfixGabor Juhos2008-08-132-11/+11
| | | | SVN-Revision: 12297
* fix gpio number of the reset button Compex WP54 boardsGabor Juhos2008-08-132-2/+2
| | | | SVN-Revision: 12296
* Add missing config symbolsFlorian Fainelli2008-08-132-0/+2
| | | | SVN-Revision: 12295
* Fix card_idx calculation, thanks sn9Florian Fainelli2008-08-131-1/+1
| | | | SVN-Revision: 12294
* Fix putting mac80211 interfaces in monitor and managed modesFlorian Fainelli2008-08-131-3/+8
| | | | SVN-Revision: 12293
* Fix a bug when parsing ca_cert and eap_type with wpa_supplicant, this should ↵Florian Fainelli2008-08-131-3/+4
| | | | | | only be set for 802.1x setups SVN-Revision: 12292
* Add generic wpa_supplicant calls and use them for mac80211 and madwifi.Florian Fainelli2008-08-124-99/+98
| | | | SVN-Revision: 12289
* Typo, should be kmod-madwifiFlorian Fainelli2008-08-122-3/+2
| | | | SVN-Revision: 12288
* Include madwifi by default in rb532 imagesFlorian Fainelli2008-08-121-0/+1
| | | | SVN-Revision: 12287
* Allow routerboard users to kexec into the newly installed kernel if ↵Florian Fainelli2008-08-125-0/+18
| | | | | | kexec-tools is installed SVN-Revision: 12286
* fixes firewall makefile descriptionJohn Crispin2008-08-111-1/+1
| | | | SVN-Revision: 12285
* uci firewall - make uci firewall default and remove old code - fix up ↵John Crispin2008-08-1110-314/+5
| | | | | | dependencies SVN-Revision: 12284
* Add 802.1x client configuration support and corresponding documentation (#2069)Florian Fainelli2008-08-112-2/+74
| | | | SVN-Revision: 12283
* uci_firewall - fixes hotplug.d scriptJohn Crispin2008-08-111-1/+1
| | | | SVN-Revision: 12282
* uci firewall - remove implicit creation of zones, based on network interfacesJohn Crispin2008-08-112-9/+1
| | | | SVN-Revision: 12281
* madwifi: napi polling fix - fix u_int negative comparison - add some reserve ↵Felix Fietkau2008-08-111-1/+1
| | | | | | for polling packets (ff has two frames in one descriptor) SVN-Revision: 12280
* switch the br2684 default to routed mode instead of bridged mode, as it's ↵Felix Fietkau2008-08-111-2/+2
| | | | | | more common SVN-Revision: 12277
* Package ip6t_limit and ip6t_frag for 2.4 kernels (#3760)Florian Fainelli2008-08-114-3/+4
| | | | SVN-Revision: 12276
* add missing dependencyFelix Fietkau2008-08-101-0/+2
| | | | SVN-Revision: 12270
* fix kmod-ide-core packaging for 2.6.26+Felix Fietkau2008-08-101-4/+11
| | | | SVN-Revision: 12269
* add missing kconfig symbol for generic ideFelix Fietkau2008-08-101-0/+1
| | | | SVN-Revision: 12268
* fix aes on x86 (thx, Acinonyx)Felix Fietkau2008-08-101-6/+4
| | | | SVN-Revision: 12267
* add wget2nand scriptGabor Juhos2008-08-101-0/+73
| | | | SVN-Revision: 12263
* ag71xx: add initial message level supportGabor Juhos2008-08-104-8/+45
| | | | SVN-Revision: 12262
* move some webcam/sound related stuff from trunk to packagesFelix Fietkau2008-08-0918-3621/+0
| | | | SVN-Revision: 12260
* Make sure we will have lower case MAC addresses when doing WDSFlorian Fainelli2008-08-091-1/+4
| | | | SVN-Revision: 12259