aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* 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
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-0623-29/+26
| | | | | | (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
* 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
* tweak MakefileNicolas Thill2007-09-031-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8593 3c298f89-4303-0410-b956-a3cf2f4a3e73
* require all CONFIG_* symbols listed in its KCONFIG to be set to m in order ↵Nicolas Thill2007-09-037-168/+269
| | | | | | 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
* 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
* 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
* 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-0228-29/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8575 3c298f89-4303-0410-b956-a3cf2f4a3e73
* reduce watchdog trigger from 10 to 5 secondsJohn Crispin2007-09-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8571 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow the user to disable the defaultroute option for pppFelix Fietkau2007-09-011-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8569 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typo left in [8562] (thanks to sn9)Nicolas Thill2007-09-011-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8565 3c298f89-4303-0410-b956-a3cf2f4a3e73
* oops... typoFelix Fietkau2007-08-311-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8564 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix issues with multiple ppp links (noticed by Stefano Rivera)Felix Fietkau2007-08-311-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8563 3c298f89-4303-0410-b956-a3cf2f4a3e73
* oops, include missing change from [8560]Nicolas Thill2007-08-311-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8562 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a dependency bugFelix Fietkau2007-08-301-10/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8561 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more rt2x00 fixes (thanks to sn9):Nicolas Thill2007-08-303-46/+12
| | | | | | | | | * pkg: add missing kmod dependencies and autoloads * src: change #warning to #error when checking kconfig * src: remove uneeded config file git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8560 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build eeprom_93cx6 as a module, add a KernelPackage for it and for crc-itu-tNicolas Thill2007-08-301-0/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8559 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix incorrect parametersTravis Kemen2007-08-301-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8554 3c298f89-4303-0410-b956-a3cf2f4a3e73
* acx-mac80211: another bigendian fixNicolas Thill2007-08-301-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8553 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8552 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rt2x00 fixes after [8548]:Nicolas Thill2007-08-302-2/+3
| | | | | | | | * fix creating defines from kconfig * revert auto-inclusion of rt2x00_compat.h git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8551 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typo closes #2289Travis Kemen2007-08-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8550 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rt2x00 fixes (thanks to sn9):Nicolas Thill2007-08-302-53/+98
| | | | | | | | | | | * make build depends on in-kernel mac80211 support * rework kconfig handling * download firmware images into $(DL_DIR) * tweak source Makefile git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8548 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm43xx-mac80211 fixes:Nicolas Thill2007-08-301-23/+39
| | | | | | | | * make build depends on in-kernel mac80211 support * rework kconfig hack git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8544 3c298f89-4303-0410-b956-a3cf2f4a3e73
* acx-mac80211 fixes:Nicolas Thill2007-08-301-7/+32
| | | | | | | | * make Build/Compile conditionnal (only if in-kernel mac80211 is available) * add a release number git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8543 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use $(INSTALL_BIN) instead of $(CP)Nicolas Thill2007-08-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8541 3c298f89-4303-0410-b956-a3cf2f4a3e73
* dnsmasq: extend the init script thanks SedkyTravis Kemen2007-08-291-17/+185
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8540 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add acx-mac80211 (thanks to Matteo Croce)Nicolas Thill2007-08-284-0/+198
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8531 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fonera-mp3: fix json-c dependency here as wellNicolas Thill2007-08-281-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8529 3c298f89-4303-0410-b956-a3cf2f4a3e73
* json-c: fix package name, add UninstallDevNicolas Thill2007-08-281-6/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8528 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix pcmcia submenu (broken by [8520])Nicolas Thill2007-08-281-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8524 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more cosmetic fixes missed from [8250]Nicolas Thill2007-08-282-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8521 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cosmetic fixes: rearrange KernelPackage definitionsNicolas Thill2007-08-288-220/+438
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8520 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove useless definitionsNicolas Thill2007-08-281-10/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8519 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix kmod-hermes-* dependenciesNicolas Thill2007-08-281-4/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8518 3c298f89-4303-0410-b956-a3cf2f4a3e73