summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* package iproute2 has problems building on recent BSD-derived platformsflorian2008-08-081-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | because some programs to be run on the host use malloc.h in an incompatible way. package/iproute2/patches/004-darwin_fixes.patch has a fix for Darwin, however the fix can be made to work on other BSD platforms by changing the patch as below. I think a similar approach should work for other BSD-derived platforms, replacing the #ifndef __APPLE__ with #if !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(...) or perhaps even with just #ifdef __linux__ if the set of platforms where malloc.h is ok is small or restricted to just linux In any case, the patch is below. (#3869) Signed-off-by: Luigi Rizzo <rizzo@iet.unipi.it> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12249 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add basic interface alias support.nbd2008-08-072-38/+85
| | | | | | | | | | | | | | for now (since we don't use ip in our network scripts yet), it adds :1, :2, ... alias interfaces this will change when we add support for the ip utility, but the config format will remain the same. example: config alias test option interface lan option ipaddr 192.168.1.1 option netmask 255.255.0.0 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12241 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add 11gdt, 11adt, 11ast and fh modes (#3824)florian2008-08-071-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12240 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] add 2.6.26 specific filesjuhosg2008-08-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12239 3c298f89-4303-0410-b956-a3cf2f4a3e73
* added support for the timer-trigger to uci LED supportcyrus2008-08-071-0/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12236 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow ctrl-c to trigger preinitmbm2008-08-071-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12231 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use $(FPIC) in a few places where it mattersnbd2008-08-0612-12/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12225 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kexec for powerpc actually only support ps3 or gamecube, not magicbox for ↵florian2008-08-061-1/+1
| | | | | | instance git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12223 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ebtables: useless without kmod-eptablesjuhosg2008-08-061-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12214 3c298f89-4303-0410-b956-a3cf2f4a3e73
* spca5xx-le does not work with linux 2.6.26+nbd2008-08-061-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12194 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix qc-usb compile on atherosnbd2008-08-051-3/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12185 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix ov51x-jpeg compilenbd2008-08-051-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12183 3c298f89-4303-0410-b956-a3cf2f4a3e73
* install libshared into the staging dir (required by wrt-radauth)nbd2008-08-051-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12181 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix nw802-2.4 compilenbd2008-08-051-0/+134
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12180 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix crash on ad-hoc interface initnbd2008-08-051-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12161 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mark mac80211 as broken on avr32nbd2008-08-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12147 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix ipkg compilation with ccache, thanks sn9florian2008-08-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12137 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Reinstate rdc bootability and force it to use init=/etc/preinit, thus the ↵florian2008-08-051-0/+1
| | | | | | remove the hackish SetInitramfs actions git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12136 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] modules/gpio_dev: move to drivers/char/ on older kernels as well, ↵juhosg2008-08-051-0/+16
| | | | | | and create a package for it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12133 3c298f89-4303-0410-b956-a3cf2f4a3e73
* some more fixes for wds sta separationnbd2008-08-052-18/+59
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12127 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update opkg to 4564, fixes a couple of memory leaksthepeople2008-08-052-61/+55
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12115 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move json-c to packages feedblogic2008-08-051-52/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12114 3c298f89-4303-0410-b956-a3cf2f4a3e73
* EOF for fonera-mp3 packagesblogic2008-08-0538-4916/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12113 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move foxboard utils to packages feedblogic2008-08-051-48/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12111 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add uci led supportblogic2008-08-042-0/+70
| | | | | | | | | - /etc/config/system can hold led info which is applied at boot - adds /sbin/led.sh to set/clear leds via a name defined in /etc/config/system git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12104 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rework workarounds for crypto modules renamed in 2.6.24 & 2.6.25, add ↵nico2008-08-041-19/+26
| | | | | | workaround for sha512 renamed in 2.6.26 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12098 3c298f89-4303-0410-b956-a3cf2f4a3e73
* adds a new uci firewallblogic2008-08-0411-12/+512
| | | | | | | | | | | | - iptbales and netfilter packages need to be rewrapped when we switch to this firewall as default - there are some examples in the file /etc/config/firewall - iptables-save/restore are still missing - hotplug takes care of adding/removing netdevs during runtime - misisng features ? wishes ? let me know ... git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12089 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes whitespace errorblogic2008-08-041-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12088 3c298f89-4303-0410-b956-a3cf2f4a3e73
* work aroung error message during boot if swapon is nt installedblogic2008-08-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12087 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove warning from hotplug2, which pops up 10 times during bootblogic2008-08-041-7/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12086 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: more fixes and cleanups for wds sta separationnbd2008-08-032-25/+360
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12082 3c298f89-4303-0410-b956-a3cf2f4a3e73
* network scripts: revert the network state after running ifdown, not beforenbd2008-08-031-3/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12081 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update ath9k to latest git versionkaloz2008-08-0317-2851/+2716
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12079 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make grub compilable under fedora core 8 and other newer distrosnbd2008-08-021-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12076 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] Fix broken hso kmod definitionagb2008-08-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12074 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] net/usb: only package hso for 2.6.26agb2008-08-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12069 3c298f89-4303-0410-b956-a3cf2f4a3e73
* try to clean up some kernel configsthepeople2008-08-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12067 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: disable bogus vlan handling code which actually breaks vlannbd2008-08-011-0/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12065 3c298f89-4303-0410-b956-a3cf2f4a3e73
* OCF cannot be built under UMLflorian2008-08-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12064 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use the same hotplug2 parameters for initramfs and regularnbd2008-08-011-7/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12059 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move the hotplug2 kill command from preinit to /etc/init.d/boot, so that it ↵nbd2008-08-012-1/+1
| | | | | | works for initramfs as well git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12058 3c298f89-4303-0410-b956-a3cf2f4a3e73
* avoid duplicate vlan add eventsnbd2008-08-011-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12057 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable wds sta interface splitting by defaultnbd2008-08-011-3/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12056 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: remove wds type of wifi-iface without essid, imho it never worked ↵nbd2008-08-011-11/+6
| | | | | | properly and is unsupported now, regular ap/sta with option wds 1 is preferred git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12055 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use the madwifi driver instead of wext in the wpa_supplicant command line. ↵nbd2008-07-311-1/+1
| | | | | | the madwifi driver can associate faster because it uses a different ioctl interface git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12053 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix race condition triggered by active split wds sta interfaces ↵nbd2008-07-311-0/+31
| | | | | | during vap delete git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12052 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix multicast/authframe handling for wds ap with split sta interfacesnbd2008-07-312-6/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12051 3c298f89-4303-0410-b956-a3cf2f4a3e73
* initialize the CONFIG_APPEND variablenbd2008-07-311-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12050 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add some beacon setup/update related fixes (based on Bruno ↵nbd2008-07-315-3/+110
| | | | | | Randolf's patchset) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12049 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix madwifi packet injectionnbd2008-07-311-0/+34
| | | | | | | | | This patch from madwifi commit 3337 makes packet injection work. Signed-off-by: Petr Liebmann <petrliebman@googlemail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12048 3c298f89-4303-0410-b956-a3cf2f4a3e73