aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* Fix config checks for Image Builder and SDK - only build them when ↵Felix Fietkau2007-01-141-0/+2
| | | | | | requested. Clear all packages from bin/packages at the beginning of package/compile when the Image Builder is selected, because the Image Builder can't handle multiple versions of the same package. SVN-Revision: 6102
* add checks for {ip,ip6}addr in the network configFelix Fietkau2007-01-141-2/+2
| | | | SVN-Revision: 6099
* move another DEFAULT:=y and fix a dependency bugFelix Fietkau2007-01-141-2/+1
| | | | SVN-Revision: 6097
* move several instances of DEFAULT:=y to profile preselections (easier for ↵Felix Fietkau2007-01-143-4/+0
| | | | | | the image builder to pick up) SVN-Revision: 6096
* Fix the annoying base-files autorebuild bug. When checking file mtimes in ↵Felix Fietkau2007-01-121-0/+1
| | | | | | directories, timestamp.pl was following symlinks. This broke on base-files, because there are symlinks to /tmp and to /proc/mounts in the build directory. SVN-Revision: 6084
* Rename patches to match conventionsFlorian Fainelli2007-01-113-0/+0
| | | | SVN-Revision: 6080
* Ok, try to make shfs work with 2.6.19, raw fixes, so might need better ↵Florian Fainelli2007-01-111-0/+202
| | | | | | reading of the FS api changes SVN-Revision: 6078
* enable pretty lsmod output for linux 2.6Felix Fietkau2007-01-101-1/+1
| | | | SVN-Revision: 6064
* fix madwifi mode selection problemsFelix Fietkau2007-01-101-8/+8
| | | | SVN-Revision: 6063
* fix typoFelix Fietkau2007-01-091-1/+1
| | | | SVN-Revision: 6049
* upgrade hostapd to 0.5.7 (patch from #1133)Felix Fietkau2007-01-092-20/+20
| | | | SVN-Revision: 6047
* Forward port whiterussian resolv.conf changes /etc/resolv.conf links to ↵Felix Fietkau2007-01-089-9/+15
| | | | | | /tmp/resolv.conf /tmp/resolv.conf links to /tmp/resolv.conf.auto by default (which is where the ISPs nameserver is in) When dnsmasq starts, it replaces /tmp/resolv.conf with a file pointing to 127.0.0.1 SVN-Revision: 6043
* add some more checks to the telnet init scriptFelix Fietkau2007-01-081-1/+6
| | | | SVN-Revision: 6042
* fix a small dependency problemFelix Fietkau2007-01-081-1/+1
| | | | SVN-Revision: 6040
* fix a typoFelix Fietkau2007-01-081-1/+1
| | | | SVN-Revision: 6039
* use alsa-driver for 2.4 only (2.6 has it in-tree)Felix Fietkau2007-01-081-1/+1
| | | | SVN-Revision: 6036
* Change category to FilesystemsFlorian Fainelli2007-01-081-1/+1
| | | | SVN-Revision: 6030
* add a patch to use our target ar, not the host one (closes: #1164)Nicolas Thill2007-01-081-0/+12
| | | | SVN-Revision: 6026
* more use of the INSTALL_DIR variableNicolas Thill2007-01-084-5/+6
| | | | SVN-Revision: 6023
* fix rt61 build on 2.4Nicolas Thill2007-01-072-2/+26
| | | | SVN-Revision: 6022
* busybox: remove the bogus SIZEOF_LONG check (#1127)Felix Fietkau2007-01-071-0/+12
| | | | SVN-Revision: 6012
* fix memory leak in switch drivers (patch from #1132)Felix Fietkau2007-01-071-0/+1
| | | | SVN-Revision: 6011
* drop -Werror from busybox - prevents compile errors like #1130Felix Fietkau2007-01-061-0/+12
| | | | SVN-Revision: 6009
* Convert kmod-shfs to the KernelPackage templateFlorian Fainelli2007-01-051-11/+5
| | | | SVN-Revision: 6001
* upgrade wpa_supplicant to v0.5.7 for #1133Imre Kaloz2007-01-051-2/+2
| | | | SVN-Revision: 5998
* fix typo (closes #1149)Imre Kaloz2007-01-051-1/+1
| | | | SVN-Revision: 5996
* Use the KernelPackage template instead of kmod-fooFlorian Fainelli2007-01-057-63/+37
| | | | SVN-Revision: 5995
* Also use INSTALL_CONF for pppFlorian Fainelli2007-01-051-2/+2
| | | | SVN-Revision: 5994
* Add i2c kernel modules for Au1000 i2c to gpio driver, can be extended laterFlorian Fainelli2007-01-051-0/+43
| | | | SVN-Revision: 5984
* Add zd1211rw kernel moduleFlorian Fainelli2007-01-051-0/+9
| | | | SVN-Revision: 5983
* Add an OSX specific patch to compile busybox with Darwin, possible fix for ↵Florian Fainelli2007-01-051-0/+45
| | | | | | BSDs as well SVN-Revision: 5982
* /etc/config/* should use INSTALL_DATATim Yardley2007-01-041-1/+1
| | | | SVN-Revision: 5976
* fix b/g mode selection for madwifi, update documentationFelix Fietkau2007-01-041-3/+18
| | | | SVN-Revision: 5973
* Fix pfkey compile problem on 2.4 kernels.Mike Albon2007-01-031-0/+33
| | | | SVN-Revision: 5972
* Was not selected by default actually :/Florian Fainelli2007-01-021-1/+1
| | | | SVN-Revision: 5966
* fix iptables warning about 'wierd' interface names (#1082)Felix Fietkau2007-01-011-0/+28
| | | | SVN-Revision: 5962
* replace our no_shadow fix with a better patch from upstream (#1118)Felix Fietkau2007-01-011-7/+225
| | | | SVN-Revision: 5961
* make ralink legacy drivers depend on linux 2.4 - linux 2.6 will use the ↵Felix Fietkau2007-01-013-3/+3
| | | | | | stuff from wireless-dev later SVN-Revision: 5960
* make telnetd standaloneFelix Fietkau2007-01-011-1/+1
| | | | SVN-Revision: 5959
* revert to previous awk getopt behavior - the new one seems crappier and ↵Felix Fietkau2007-01-011-0/+81
| | | | | | breaks a few things, like multiple -f arguments SVN-Revision: 5958
* fix busybox linking when /bin/sh is not bash (closes: #1115)Nicolas Thill2007-01-011-0/+9
| | | | SVN-Revision: 5954
* update busybox menuconfig for the latest versionFelix Fietkau2007-01-0116-112/+349
| | | | SVN-Revision: 5953
* Include yamonenv by default in au1000 imagesFlorian Fainelli2006-12-311-0/+1
| | | | SVN-Revision: 5945
* Fix the lock warning (#1111), also add another download sourceFlorian Fainelli2006-12-312-2/+4
| | | | SVN-Revision: 5944
* update busybox to v1.3.1, i was too lazy to update patch 320, feel free to do soNicolas Thill2006-12-3022-1196/+593
| | | | SVN-Revision: 5941
* add d80211 from a recent wireless-dev checkoutFelix Fietkau2006-12-3038-0/+20054
| | | | SVN-Revision: 5939
* Add rt2500 as a kernel package, with pci id fix to make the latest a/b/g ↵Florian Fainelli2006-12-302-0/+79
| | | | | | card be recognized SVN-Revision: 5932
* Make rt61 become a real kernel packageFlorian Fainelli2006-12-301-14/+10
| | | | SVN-Revision: 5931
* Add a powerpc configuration file for magicbox, prevents buildbot from failing ;)Florian Fainelli2006-12-281-0/+181
| | | | SVN-Revision: 5914
* Add Intel/VIA usb-uhci support (#1098)Florian Fainelli2006-12-281-4/+13
| | | | SVN-Revision: 5913