aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* fix madwifi build on atherosFelix Fietkau2007-09-091-1/+1
| | | | SVN-Revision: 8725
* oops, 2 typos missed from [8721]Nicolas Thill2007-09-092-2/+2
| | | | SVN-Revision: 8722
* fix KCONFIG in packages: move back all KCONFIG from package variants to the ↵Nicolas Thill2007-09-095-49/+103
| | | | | | main package since we don't know the kernel version at dump time. keep old KCONFIG lines commented out, so we can switch back easily later. SVN-Revision: 8721
* fix kmod-ide-coreFelix Fietkau2007-09-091-1/+1
| | | | SVN-Revision: 8719
* Allow /dev/ttyUSB2 as wan device for 3g (#2269)Florian Fainelli2007-09-091-1/+1
| | | | SVN-Revision: 8717
* Finally fix the usage of limit (#2240)Florian Fainelli2007-09-091-1/+1
| | | | SVN-Revision: 8712
* fix kmod-crypto, emit warning messages for kmod packages that cannot be ↵Felix Fietkau2007-09-081-25/+25
| | | | | | built due to missing kernel config options SVN-Revision: 8697
* major target cleanup. it is now possible to have subtargets that can ↵Felix Fietkau2007-09-0818-21/+26
| | | | | | 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 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
* 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. 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
* Package ip6tables-utils as well (#2318)Florian Fainelli2007-09-051-1/+14
| | | | SVN-Revision: 8636
* tweak MakefileNicolas Thill2007-09-031-5/+5
| | | | SVN-Revision: 8593
* 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. SVN-Revision: 8591
* 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
* remove duplicate ./include/kernel.mk inclusionNicolas Thill2007-09-031-1/+0
| | | | SVN-Revision: 8582
* 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-0228-29/+0
| | | | SVN-Revision: 8575
* reduce watchdog trigger from 10 to 5 secondsJohn Crispin2007-09-011-1/+1
| | | | SVN-Revision: 8571
* allow the user to disable the defaultroute option for pppFelix Fietkau2007-09-011-2/+3
| | | | SVN-Revision: 8569
* 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-301-10/+5
| | | | 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-301-0/+25
| | | | SVN-Revision: 8559
* 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