aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix kmod-ppp generation (#2337)Florian Fainelli2007-09-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8691 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix pci init for brcm-2.4 with atheros wifi cardsFelix Fietkau2007-09-081-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8690 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add some EHCI related symbols when usb is selectedFlorian Fainelli2007-09-081-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8686 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use PHYS_OFFSET.Eugene Konev2007-09-081-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8685 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add TNETW1350 to known devices. Style cleanups.Eugene Konev2007-09-081-6/+38
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8684 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] fix the symlink of the lzma-loaderGabor Juhos2007-09-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8683 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix madwifi channel setting (#2073)Felix Fietkau2007-09-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8681 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bump package versions after updatesFelix Fietkau2007-09-0710-10/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8680 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typoNicolas Thill2007-09-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8666 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix ppp unit number issues (#2178)Felix Fietkau2007-09-071-3/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8665 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix board name for nvram and switch packages on brcm-2.4 after [8653]Nicolas Thill2007-09-072-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8664 3c298f89-4303-0410-b956-a3cf2f4a3e73
* qos-scripts: add patch for tos and dscp support from #2291Felix Fietkau2007-09-071-0/+39
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8663 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove obsolete dependencies on VIDEO_SUPPORT (#2314)Felix Fietkau2007-09-072-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8662 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing endefNicolas Thill2007-09-071-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8661 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove remaining description field missed from [8659]Nicolas Thill2007-09-071-4/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8660 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move package description to a separate definition, remove it when ↵Nicolas Thill2007-09-0765-683/+1232
| | | | | | DESCRIPTION=TITLE git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8659 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove automake prereq not needed anymore since [7011], use a separate ↵Nicolas Thill2007-09-071-12/+6
| | | | | | description, cleanup git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8658 3c298f89-4303-0410-b956-a3cf2f4a3e73
* zd1211-firmware: remove uneeded commands in install, use a separate ↵Nicolas Thill2007-09-071-9/+9
| | | | | | description, cleanup git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8657 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cosmetic fixes for ar7: indent, use lowercase hex notation, formatNicolas Thill2007-09-0610-163/+164
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8656 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove some obsolete filesFelix Fietkau2007-09-062-305/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8654 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8652 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8649 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow scan.mk to find python packages introduced in [8639]Nicolas Thill2007-09-061-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8641 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove uneeded stuff after python changes in [8639]Nicolas Thill2007-09-062-16/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8640 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Package ip6tables-utils as well (#2318)Florian Fainelli2007-09-051-1/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8636 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typo (thanks to jonasg[1] on irc)Nicolas Thill2007-09-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8618 3c298f89-4303-0410-b956-a3cf2f4a3e73
* suppress warning in gcd()Nicolas Thill2007-09-041-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8609 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use kernel abs(), remove recursion in gcd() (closes: #2307)Nicolas Thill2007-09-041-9/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8608 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use constant for clock values (closes: #2306)Nicolas Thill2007-09-042-17/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8607 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tweak MakefileNicolas Thill2007-09-031-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8593 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8592 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8591 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tweak Build/Compile/PyMod: add CPPFLAGS, allow caller to override any of the ↵Nicolas Thill2007-09-031-6/+8
| | | | | | default *FLAGS, indent git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8590 3c298f89-4303-0410-b956-a3cf2f4a3e73
* another cleanup missed from [8587]Nicolas Thill2007-09-031-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8589 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename hostap package to hostap-driverNicolas Thill2007-09-031-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8588 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package Makefile cleanup: remove uneeded varsNicolas Thill2007-09-0312-26/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8587 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename bridge package to bridge-utils (to match source name)Nicolas Thill2007-09-032-5/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8586 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename zd1211_firmware to zd1211-firmwareNicolas Thill2007-09-031-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8585 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename zd1211 package to zd1211-driverNicolas Thill2007-09-032-4/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8584 3c298f89-4303-0410-b956-a3cf2f4a3e73
* provide default PKG_BUILD_DIR for packages missing a PKG_VERSIONNicolas Thill2007-09-032-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8583 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove duplicate ./include/kernel.mk inclusionNicolas Thill2007-09-031-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8582 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move ipkg related vars from ./rules.mk to ./include/package-ipkg.mkNicolas Thill2007-09-032-12/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8581 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove uneeded PATH setting in ipkg invocationNicolas Thill2007-09-031-3/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8580 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change case of conflicting optionNicolas Thill2007-09-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8579 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) instead of full -I... & -L...Nicolas Thill2007-09-032-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8578 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Do not restart ipsec on hotplug events (#2212)Florian Fainelli2007-09-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8577 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use a default VERSION field for kmod packagesNicolas Thill2007-09-0229-29/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8575 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename 2.6 high-speed usb serial fix to match 2.4 oneNicolas Thill2007-09-021-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8574 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add high-speed usb serial fix from Junxion to 2.4 kernel too (closes: #2274)Nicolas Thill2007-09-021-0/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8573 3c298f89-4303-0410-b956-a3cf2f4a3e73