summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* apply latex style patch posted on openwrt-devel@listsFelix Fietkau2007-09-292-7/+11
| | | | SVN-Revision: 9064
* fixes for refresh/update handlingFelix Fietkau2007-09-294-32/+45
| | | | SVN-Revision: 9063
* move a stampfile to make it easier to override the patch templateFelix Fietkau2007-09-294-2/+3
| | | | SVN-Revision: 9062
* refactor quilt patching codeFelix Fietkau2007-09-291-48/+46
| | | | SVN-Revision: 9061
* add a packaging method that installs files into a subdirectory of bin/ ↵Felix Fietkau2007-09-295-1/+42
| | | | | | instead of an ipkg SVN-Revision: 9060
* proper series file support for regular packagesFelix Fietkau2007-09-291-1/+6
| | | | SVN-Revision: 9059
* use $(TAR) instead of tarFelix Fietkau2007-09-291-2/+2
| | | | SVN-Revision: 9058
* Refactor downloading code into download.mk Support multiple file downloads ↵Felix Fietkau2007-09-297-34/+130
| | | | | | Support svn downloads SVN-Revision: 9057
* add missing file from [9055]Gabor Juhos2007-09-281-0/+294
| | | | SVN-Revision: 9056
* make morse LED trigger available for all platformsGabor Juhos2007-09-286-296/+2
| | | | SVN-Revision: 9055
* morse LED trigger cleanupsGabor Juhos2007-09-281-20/+30
| | | | SVN-Revision: 9054
* add morse LED trigger, will be used for diagnostic, update kernel configGabor Juhos2007-09-284-8/+310
| | | | SVN-Revision: 9053
* add $(STAGING_DIR) as argument to the InstallDev template and update ↵Felix Fietkau2007-09-2816-123/+123
| | | | | | packages accordingly - this way we can reuse InstallDev to automatically generate UninstallDev or create -dev packages SVN-Revision: 9052
* some minor fixes, cleanups, package build abstractionFelix Fietkau2007-09-285-9/+23
| | | | SVN-Revision: 9051
* remove duplicate include statementFelix Fietkau2007-09-281-1/+0
| | | | SVN-Revision: 9050
* Use the generic NAND driverFlorian Fainelli2007-09-272-75/+134
| | | | SVN-Revision: 9049
* add initial diagnostic supportGabor Juhos2007-09-272-0/+98
| | | | SVN-Revision: 9048
* modules/usb.mk: Fixed the module autoload name for cdc_ether, and removed a ↵Rod Whitby2007-09-271-2/+2
| | | | | | typo from usbnet. SVN-Revision: 9047
* do not fire up the qos-scripts hotplug part if the init script is disabledFelix Fietkau2007-09-271-1/+1
| | | | SVN-Revision: 9046
* fix mach_type for the WP54G-WRT boardGabor Juhos2007-09-261-1/+1
| | | | SVN-Revision: 9040
* add missing PCI irq map for the RouterBOARD 133 (closes #2431)Gabor Juhos2007-09-261-0/+2
| | | | SVN-Revision: 9039
* fix kmod-hostap build on 2.4, add kmod-hostap-cs (closes: #1957)Nicolas Thill2007-09-262-5/+50
| | | | SVN-Revision: 9030
* include fixes from #2429 Thanks Lubos StanekTravis Kemen2007-09-251-53/+53
| | | | SVN-Revision: 9028
* remove unused PCI externsGabor Juhos2007-09-251-3/+0
| | | | SVN-Revision: 9017
* fix initcall level of adm5120_board_setup()Gabor Juhos2007-09-251-1/+1
| | | | SVN-Revision: 9016
* fix vlan configuration on Dell TrueMobile 2300Gabor Juhos2007-09-251-5/+9
| | | | SVN-Revision: 9015
* prom_free_memory should be __initFlorian Fainelli2007-09-241-2/+2
| | | | SVN-Revision: 9011
* move pci_irq_map definitions into the board specific filesGabor Juhos2007-09-2412-113/+112
| | | | SVN-Revision: 9009
* Fix rb535 revision 5 detectionFlorian Fainelli2007-09-242-4/+4
| | | | SVN-Revision: 9008
* Increased the size of the microcode payload area.Rod Whitby2007-09-241-1/+1
| | | | SVN-Revision: 9007
* dep fixFelix Fietkau2007-09-241-1/+1
| | | | SVN-Revision: 9006
* remove obsolete fileFelix Fietkau2007-09-241-8/+0
| | | | SVN-Revision: 9005
* fix kmod-crypto-core error missing crypto_hash (closes: #2422)Nicolas Thill2007-09-231-0/+3
| | | | SVN-Revision: 9004
* add LM77 sensors support (closes: #2419)Nicolas Thill2007-09-231-1/+17
| | | | SVN-Revision: 9002
* update acx-mac80211Matteo Croce2007-09-233-18/+6
| | | | SVN-Revision: 9001
* add ipv6 conntrack support (closes: #2192)Nicolas Thill2007-09-234-8/+35
| | | | SVN-Revision: 8984
* move hardware monitoring support in a separate hwmon.mk (before adding other ↵Nicolas Thill2007-09-232-37/+46
| | | | | | modules) SVN-Revision: 8983
* move crypto support to a seperate crypto.mk file, split modules into ↵Nicolas Thill2007-09-2319-225/+246
| | | | | | multiple packages and adjust dependencies, sync crypto options in kconfigs. SVN-Revision: 8980
* fix a copy-paste errorGabor Juhos2007-09-231-1/+1
| | | | SVN-Revision: 8979
* add preliminary support for the Mikrotik RouterBOARD 192Gabor Juhos2007-09-233-2/+20
| | | | SVN-Revision: 8978
* fix ethernet vlan matrix of the NP28G board (closes: #2387)Gabor Juhos2007-09-231-3/+1
| | | | SVN-Revision: 8977
* backport [8862] to pre 2.6.22 kernels as wellNicolas Thill2007-09-231-3/+3
| | | | SVN-Revision: 8975
* add necessary includesEugene Konev2007-09-231-0/+4
| | | | SVN-Revision: 8974
* add initial version of a package feeds management scriptFelix Fietkau2007-09-237-130/+484
| | | | SVN-Revision: 8973
* added option to atheros kernel to be able to disable reset button from ↵John Crispin2007-09-233-2/+26
| | | | | | inside the fon mp3 driver SVN-Revision: 8969
* only build linux-atm if it's actually selectedFelix Fietkau2007-09-221-4/+6
| | | | SVN-Revision: 8968
* make ATM_DRIVERS default to nFelix Fietkau2007-09-222-0/+2
| | | | SVN-Revision: 8967
* add missing kconfig option for pppoaFelix Fietkau2007-09-221-1/+1
| | | | SVN-Revision: 8965
* remove linux-atm from ppp build deps - the internal version seems to be workingFelix Fietkau2007-09-221-1/+1
| | | | SVN-Revision: 8964
* add missing 2.6 conntrack/nat helpers, add 2.6 conntrack/nat helper for RTSP ↵Nicolas Thill2007-09-228-49/+1421
| | | | | | (closes: #2297, thanks to aorlinsk), sync 2.4 / 2.6 kconfigs. SVN-Revision: 8955