aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* major target cleanup. it is now possible to have subtargets that can ↵Felix Fietkau2007-09-0895-349/+343
| | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets SVN-Revision: 8694
* Fix kmod-ppp generation (#2337)Florian Fainelli2007-09-081-1/+1
| | | | SVN-Revision: 8691
* fix pci init for brcm-2.4 with atheros wifi cardsFelix Fietkau2007-09-081-0/+1
| | | | SVN-Revision: 8690
* Add some EHCI related symbols when usb is selectedFlorian Fainelli2007-09-081-0/+3
| | | | SVN-Revision: 8686
* Use PHYS_OFFSET.Eugene Konev2007-09-081-2/+2
| | | | SVN-Revision: 8685
* Add TNETW1350 to known devices. Style cleanups.Eugene Konev2007-09-081-6/+38
| | | | SVN-Revision: 8684
* fix the symlink of the lzma-loaderGabor Juhos2007-09-081-1/+1
| | | | SVN-Revision: 8683
* fix madwifi channel setting (#2073)Felix Fietkau2007-09-071-1/+1
| | | | SVN-Revision: 8681
* bump package versions after updatesFelix Fietkau2007-09-0710-10/+10
| | | | SVN-Revision: 8680
* fix typoNicolas Thill2007-09-071-1/+1
| | | | SVN-Revision: 8666
* fix ppp unit number issues (#2178)Felix Fietkau2007-09-071-3/+6
| | | | SVN-Revision: 8665
* fix board name for nvram and switch packages on brcm-2.4 after [8653]Nicolas Thill2007-09-072-6/+6
| | | | SVN-Revision: 8664
* qos-scripts: add patch for tos and dscp support from #2291Felix Fietkau2007-09-071-0/+39
| | | | SVN-Revision: 8663
* remove obsolete dependencies on VIDEO_SUPPORT (#2314)Felix Fietkau2007-09-072-2/+2
| | | | SVN-Revision: 8662
* add missing endefNicolas Thill2007-09-071-0/+1
| | | | SVN-Revision: 8661
* remove remaining description field missed from [8659]Nicolas Thill2007-09-071-4/+0
| | | | SVN-Revision: 8660
* move package description to a separate definition, remove it when ↵Nicolas Thill2007-09-0765-683/+1232
| | | | | | DESCRIPTION=TITLE SVN-Revision: 8659
* remove automake prereq not needed anymore since [7011], use a separate ↵Nicolas Thill2007-09-071-12/+6
| | | | | | description, cleanup SVN-Revision: 8658
* zd1211-firmware: remove uneeded commands in install, use a separate ↵Nicolas Thill2007-09-071-9/+9
| | | | | | description, cleanup SVN-Revision: 8657
* cosmetic fixes for ar7: indent, use lowercase hex notation, formatNicolas Thill2007-09-0610-163/+164
| | | | SVN-Revision: 8656
* remove some obsolete filesFelix Fietkau2007-09-062-305/+0
| | | | SVN-Revision: 8654
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-06701-105/+48
| | | | | | (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653
* enable start-stop-daemon by default, i want to use this to clean up a few ↵Felix Fietkau2007-09-061-1/+1
| | | | | | init scripts soon SVN-Revision: 8652
* Disable the USB clock for now, will be used later for the AR7-HCD driver, ↵Florian Fainelli2007-09-061-2/+2
| | | | | | which is not ready (#1858) SVN-Revision: 8649
* allow scan.mk to find python packages introduced in [8639]Nicolas Thill2007-09-061-1/+1
| | | | SVN-Revision: 8641
* remove uneeded stuff after python changes in [8639]Nicolas Thill2007-09-062-16/+0
| | | | SVN-Revision: 8640
* Package ip6tables-utils as well (#2318)Florian Fainelli2007-09-051-1/+14
| | | | SVN-Revision: 8636
* fix typo (thanks to jonasg[1] on irc)Nicolas Thill2007-09-051-1/+1
| | | | SVN-Revision: 8618
* suppress warning in gcd()Nicolas Thill2007-09-041-2/+2
| | | | SVN-Revision: 8609
* use kernel abs(), remove recursion in gcd() (closes: #2307)Nicolas Thill2007-09-041-9/+13
| | | | SVN-Revision: 8608
* use constant for clock values (closes: #2306)Nicolas Thill2007-09-042-17/+18
| | | | SVN-Revision: 8607
* tweak MakefileNicolas Thill2007-09-031-5/+5
| | | | SVN-Revision: 8593
* move TARGET_* flags from ./include/package-default.mk to ./rules.mk, remove ↵Nicolas Thill2007-09-032-13/+6
| | | | | | EXTRA_* flags but still use them in configure and make SVN-Revision: 8592
* require all CONFIG_* symbols listed in its KCONFIG to be set to m in order ↵Nicolas Thill2007-09-039-174/+279
| | | | | | to actually build a kmod package, tweak and fix kernel package definitions. SVN-Revision: 8591
* tweak Build/Compile/PyMod: add CPPFLAGS, allow caller to override any of the ↵Nicolas Thill2007-09-031-6/+8
| | | | | | default *FLAGS, indent SVN-Revision: 8590
* another cleanup missed from [8587]Nicolas Thill2007-09-031-2/+0
| | | | SVN-Revision: 8589
* rename hostap package to hostap-driverNicolas Thill2007-09-031-0/+0
| | | | SVN-Revision: 8588
* package Makefile cleanup: remove uneeded varsNicolas Thill2007-09-0312-26/+3
| | | | SVN-Revision: 8587
* rename bridge package to bridge-utils (to match source name)Nicolas Thill2007-09-032-5/+3
| | | | SVN-Revision: 8586
* rename zd1211_firmware to zd1211-firmwareNicolas Thill2007-09-031-0/+0
| | | | SVN-Revision: 8585
* rename zd1211 package to zd1211-driverNicolas Thill2007-09-032-4/+2
| | | | SVN-Revision: 8584
* 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