aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* uci_firewallJohn Crispin2008-08-111-1/+1
| | | | | | | | - fixes hotplug.d script git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12282 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uci firewallJohn Crispin2008-08-112-9/+1
| | | | | | | - remove implicit creation of zones, based on network interfaces git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12281 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: napi polling fixFelix Fietkau2008-08-111-1/+1
| | | | | | | | - fix u_int negative comparison - add some reserve for polling packets (ff has two frames in one descriptor) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12280 3c298f89-4303-0410-b956-a3cf2f4a3e73
* switch the br2684 default to routed mode instead of bridged mode, as it's ↵Felix Fietkau2008-08-111-2/+2
| | | | | | more common git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12277 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing dependencyFelix Fietkau2008-08-101-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12270 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix kmod-ide-core packaging for 2.6.26+Felix Fietkau2008-08-101-4/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12269 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing kconfig symbol for generic ideFelix Fietkau2008-08-101-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12268 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix aes on x86 (thx, Acinonyx)Felix Fietkau2008-08-101-6/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12267 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move some webcam/sound related stuff from trunk to packagesFelix Fietkau2008-08-0918-3621/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12260 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Make sure we will have lower case MAC addresses when doing WDSFlorian Fainelli2008-08-091-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12259 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Do not run telnet if either dropbear or openssh server are running (#3839)Florian Fainelli2008-08-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12258 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Support encrypted WDS connections (#2463)Florian Fainelli2008-08-091-1/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12251 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add support for appending a file to jffs2 during reflash on the flyFelix Fietkau2008-08-084-59/+110
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12250 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package iproute2 has problems building on recent BSD-derived platformsFlorian Fainelli2008-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.Felix Fietkau2008-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)Florian Fainelli2008-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 filesGabor Juhos2008-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 supportSteven Barth2008-08-071-0/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12236 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow ctrl-c to trigger preinitMike Baker2008-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 mattersFelix Fietkau2008-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 ↵Florian Fainelli2008-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-eptablesGabor Juhos2008-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+Felix Fietkau2008-08-061-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12194 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix qc-usb compile on atherosFelix Fietkau2008-08-051-3/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12185 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix ov51x-jpeg compileFelix Fietkau2008-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)Felix Fietkau2008-08-051-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12181 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix nw802-2.4 compileFelix Fietkau2008-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 initFelix Fietkau2008-08-051-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12161 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mark mac80211 as broken on avr32Felix Fietkau2008-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 sn9Florian Fainelli2008-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 ↵Florian Fainelli2008-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, ↵Gabor Juhos2008-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 separationFelix Fietkau2008-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 leaksTravis Kemen2008-08-052-61/+55
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12115 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move json-c to packages feedJohn Crispin2008-08-051-52/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12114 3c298f89-4303-0410-b956-a3cf2f4a3e73
* EOF for fonera-mp3 packagesJohn Crispin2008-08-0538-4916/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12113 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move foxboard utils to packages feedJohn Crispin2008-08-051-48/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12111 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add uci led supportJohn Crispin2008-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 ↵Nicolas Thill2008-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 firewallJohn Crispin2008-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 errorJohn Crispin2008-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 installedJohn Crispin2008-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 bootJohn Crispin2008-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 separationFelix Fietkau2008-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 beforeFelix Fietkau2008-08-031-3/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12081 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update ath9k to latest git versionImre Kaloz2008-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 distrosFelix Fietkau2008-08-021-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12076 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] Fix broken hso kmod definitionAndy Boyett2008-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.26Andy Boyett2008-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 configsTravis Kemen2008-08-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12067 3c298f89-4303-0410-b956-a3cf2f4a3e73