summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* provide default PKG_BUILD_DIR for packages missing a PKG_VERSIONNicolas Thill2007-09-032-2/+2
| | | | SVN-Revision: 8583
* remove duplicate ./include/kernel.mk inclusionNicolas Thill2007-09-031-1/+0
| | | | SVN-Revision: 8582
* move ipkg related vars from ./rules.mk to ./include/package-ipkg.mkNicolas Thill2007-09-032-12/+12
| | | | SVN-Revision: 8581
* remove uneeded PATH setting in ipkg invocationNicolas Thill2007-09-031-3/+2
| | | | SVN-Revision: 8580
* change case of conflicting optionNicolas Thill2007-09-031-1/+1
| | | | SVN-Revision: 8579
* use $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) instead of full -I... & -L...Nicolas Thill2007-09-032-4/+4
| | | | SVN-Revision: 8578
* Do not restart ipsec on hotplug events (#2212)Florian Fainelli2007-09-021-1/+1
| | | | SVN-Revision: 8577
* use a default VERSION field for kmod packagesNicolas Thill2007-09-0229-29/+1
| | | | SVN-Revision: 8575
* rename 2.6 high-speed usb serial fix to match 2.4 oneNicolas Thill2007-09-021-0/+0
| | | | SVN-Revision: 8574
* add high-speed usb serial fix from Junxion to 2.4 kernel too (closes: #2274)Nicolas Thill2007-09-021-0/+30
| | | | SVN-Revision: 8573
* reduce watchdog trigger from 10 to 5 secondsJohn Crispin2007-09-011-1/+1
| | | | SVN-Revision: 8571
* add an abs2rel.pl helper script (returns a path relative to another)Nicolas Thill2007-09-011-0/+17
| | | | SVN-Revision: 8570
* allow the user to disable the defaultroute option for pppFelix Fietkau2007-09-011-2/+3
| | | | SVN-Revision: 8569
* small rdc-2.6 fixes (from sn9, thanks!)Nicolas Thill2007-09-013-8/+4
| | | | SVN-Revision: 8568
* fix .dep_files exclusion in rdep callsNicolas Thill2007-09-011-2/+2
| | | | SVN-Revision: 8567
* fix typo left in [8562] (thanks to sn9)Nicolas Thill2007-09-011-2/+2
| | | | SVN-Revision: 8565
* oops... typoFelix Fietkau2007-08-311-1/+1
| | | | SVN-Revision: 8564
* fix issues with multiple ppp links (noticed by Stefano Rivera)Felix Fietkau2007-08-311-0/+2
| | | | SVN-Revision: 8563
* oops, include missing change from [8560]Nicolas Thill2007-08-311-2/+2
| | | | SVN-Revision: 8562
* fix a dependency bugFelix Fietkau2007-08-303-16/+9
| | | | SVN-Revision: 8561
* more rt2x00 fixes (thanks to sn9): * pkg: add missing kmod dependencies and ↵Nicolas Thill2007-08-303-46/+12
| | | | | | autoloads * src: change #warning to #error when checking kconfig * src: remove uneeded config file SVN-Revision: 8560
* build eeprom_93cx6 as a module, add a KernelPackage for it and for crc-itu-tNicolas Thill2007-08-302-1/+26
| | | | SVN-Revision: 8559
* clean up recursive dependency handling, use timestamp.pl again, because it ↵Felix Fietkau2007-08-307-33/+54
| | | | | | saves memory and execution time SVN-Revision: 8558
* allow the kernel to provide own series files for specific subdirsFelix Fietkau2007-08-301-0/+20
| | | | SVN-Revision: 8557
* fix incorrect parametersTravis Kemen2007-08-301-3/+3
| | | | SVN-Revision: 8554
* acx-mac80211: another bigendian fixNicolas Thill2007-08-301-0/+12
| | | | SVN-Revision: 8553
* fix ifname in network state for pppoe and pptp, add a workaround for isps ↵Felix Fietkau2007-08-302-2/+18
| | | | | | sending wrong netmasks for pptp (thx, moonwatcher) SVN-Revision: 8552
* rt2x00 fixes after [8548]: * fix creating defines from kconfig * revert ↵Nicolas Thill2007-08-302-2/+3
| | | | | | auto-inclusion of rt2x00_compat.h SVN-Revision: 8551
* fix typo closes #2289Travis Kemen2007-08-301-1/+1
| | | | SVN-Revision: 8550
* add high-speed usb serial fix from Junxion (closes: #2274)Nicolas Thill2007-08-301-0/+25
| | | | SVN-Revision: 8549
* rt2x00 fixes (thanks to sn9): * make build depends on in-kernel mac80211 ↵Nicolas Thill2007-08-302-53/+98
| | | | | | support * rework kconfig handling * download firmware images into $(DL_DIR) * tweak source Makefile SVN-Revision: 8548
* bcm43xx-mac80211 fixes: * make build depends on in-kernel mac80211 support * ↵Nicolas Thill2007-08-301-23/+39
| | | | | | rework kconfig hack SVN-Revision: 8544
* acx-mac80211 fixes: * make Build/Compile conditionnal (only if in-kernel ↵Nicolas Thill2007-08-301-7/+32
| | | | | | mac80211 is available) * add a release number SVN-Revision: 8543
* use $(INSTALL_BIN) instead of $(CP)Nicolas Thill2007-08-301-1/+1
| | | | SVN-Revision: 8541
* dnsmasq: extend the init script thanks SedkyTravis Kemen2007-08-291-17/+185
| | | | SVN-Revision: 8540
* I have new e-mail address. Thanks to Kaloz ;)Gabor Juhos2007-08-2956-60/+60
| | | | SVN-Revision: 8538
* simplified image file generationGabor Juhos2007-08-291-23/+23
| | | | SVN-Revision: 8537
* avoid rdep in the top level make process (subdir.mk) - it leaks too much ↵Felix Fietkau2007-08-292-8/+9
| | | | | | memory and increases the startup time for regular make commands. timestamp.pl is more lightweight here SVN-Revision: 8533
* add acx-mac80211 (thanks to Matteo Croce)Nicolas Thill2007-08-284-0/+198
| | | | SVN-Revision: 8531
* fonera-mp3: fix json-c dependency here as wellNicolas Thill2007-08-281-1/+2
| | | | SVN-Revision: 8529
* json-c: fix package name, add UninstallDevNicolas Thill2007-08-281-6/+17
| | | | SVN-Revision: 8528
* fix pcmcia submenu (broken by [8520])Nicolas Thill2007-08-281-0/+1
| | | | SVN-Revision: 8524
* Add a PyMod template for python related modulesFlorian Fainelli2007-08-281-0/+9
| | | | SVN-Revision: 8522
* more cosmetic fixes missed from [8250]Nicolas Thill2007-08-282-2/+1
| | | | SVN-Revision: 8521
* cosmetic fixes: rearrange KernelPackage definitionsNicolas Thill2007-08-288-220/+438
| | | | SVN-Revision: 8520
* remove useless definitionsNicolas Thill2007-08-281-10/+2
| | | | SVN-Revision: 8519
* fix kmod-hermes-* dependenciesNicolas Thill2007-08-281-4/+2
| | | | SVN-Revision: 8518
* Fix the CONFIG_LFS option (#2276)Florian Fainelli2007-08-281-1/+1
| | | | SVN-Revision: 8512
* added libjson-c. added driver, webinterface and userspace daemon for the ↵John Crispin2007-08-2738-0/+4925
| | | | | | fonera mp3-hack SVN-Revision: 8509
* allow the user to override the underlying connection method when using pptp ↵Felix Fietkau2007-08-271-1/+2
| | | | | | (defaults to dhcp) SVN-Revision: 8508