summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* add checks for {ip,ip6}addr in the network confignbd2007-01-141-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6099 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move another DEFAULT:=y and fix a dependency bugnbd2007-01-141-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6097 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move several instances of DEFAULT:=y to profile preselections (easier for ↵nbd2007-01-143-4/+0
| | | | | | the image builder to pick up) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6096 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix the annoying base-files autorebuild bug.nbd2007-01-121-0/+1
| | | | | | | | When checking file mtimes in 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6084 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Rename patches to match conventionsflorian2007-01-113-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6080 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Ok, try to make shfs work with 2.6.19, raw fixes, so might need better ↵florian2007-01-111-0/+202
| | | | | | reading of the FS api changes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6078 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable pretty lsmod output for linux 2.6nbd2007-01-101-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6064 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix madwifi mode selection problemsnbd2007-01-101-8/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6063 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typonbd2007-01-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6049 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade hostapd to 0.5.7 (patch from #1133)nbd2007-01-092-20/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6047 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Forward port whiterussian resolv.conf changesnbd2007-01-089-9/+15
| | | | | | | | | /etc/resolv.conf links to /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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6043 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add some more checks to the telnet init scriptnbd2007-01-081-1/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6042 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a small dependency problemnbd2007-01-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6040 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a typonbd2007-01-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6039 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use alsa-driver for 2.4 only (2.6 has it in-tree)nbd2007-01-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6036 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Change category to Filesystemsflorian2007-01-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6030 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a patch to use our target ar, not the host one (closes: #1164)nico2007-01-081-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6026 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more use of the INSTALL_DIR variablenico2007-01-084-5/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6023 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix rt61 build on 2.4nico2007-01-072-2/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6022 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: remove the bogus SIZEOF_LONG check (#1127)nbd2007-01-071-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6012 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix memory leak in switch drivers (patch from #1132)nbd2007-01-071-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6011 3c298f89-4303-0410-b956-a3cf2f4a3e73
* drop -Werror from busybox - prevents compile errors like #1130nbd2007-01-061-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6009 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Convert kmod-shfs to the KernelPackage templateflorian2007-01-051-11/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6001 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade wpa_supplicant to v0.5.7 for #1133kaloz2007-01-051-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5998 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typo (closes #1149)kaloz2007-01-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5996 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use the KernelPackage template instead of kmod-fooflorian2007-01-057-63/+37
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5995 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Also use INSTALL_CONF for pppflorian2007-01-051-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5994 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add i2c kernel modules for Au1000 i2c to gpio driver, can be extended laterflorian2007-01-051-0/+43
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5984 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add zd1211rw kernel moduleflorian2007-01-051-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5983 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add an OSX specific patch to compile busybox with Darwin, possible fix for ↵florian2007-01-051-0/+45
| | | | | | BSDs as well git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5982 3c298f89-4303-0410-b956-a3cf2f4a3e73
* /etc/config/* should use INSTALL_DATApavlov2007-01-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5976 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix b/g mode selection for madwifi, update documentationnbd2007-01-041-3/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5973 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix pfkey compile problem on 2.4 kernels.malbon2007-01-031-0/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5972 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Was not selected by default actually :/florian2007-01-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5966 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix iptables warning about 'wierd' interface names (#1082)nbd2007-01-011-0/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5962 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace our no_shadow fix with a better patch from upstream (#1118)nbd2007-01-011-7/+225
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5961 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make ralink legacy drivers depend on linux 2.4 - linux 2.6 will use the ↵nbd2007-01-013-3/+3
| | | | | | stuff from wireless-dev later git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5960 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make telnetd standalonenbd2007-01-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5959 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert to previous awk getopt behavior - the new one seems crappier and ↵nbd2007-01-011-0/+81
| | | | | | breaks a few things, like multiple -f arguments git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5958 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix busybox linking when /bin/sh is not bash (closes: #1115)nico2007-01-011-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5954 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update busybox menuconfig for the latest versionnbd2007-01-0116-112/+349
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5953 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Include yamonenv by default in au1000 imagesflorian2006-12-311-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5945 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix the lock warning (#1111), also add another download sourceflorian2006-12-312-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5944 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update busybox to v1.3.1, i was too lazy to update patch 320, feel free to do sonico2006-12-3022-1196/+593
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5941 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add d80211 from a recent wireless-dev checkoutnbd2006-12-3038-0/+20054
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5939 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add rt2500 as a kernel package, with pci id fix to make the latest a/b/g ↵florian2006-12-302-0/+79
| | | | | | card be recognized git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5932 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Make rt61 become a real kernel packageflorian2006-12-301-14/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5931 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add a powerpc configuration file for magicbox, prevents buildbot from failing ;)florian2006-12-281-0/+181
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5914 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add Intel/VIA usb-uhci support (#1098)florian2006-12-281-4/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5913 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix the counters bug (#983)florian2006-12-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5910 3c298f89-4303-0410-b956-a3cf2f4a3e73