summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* [package] opkg: crlf -> lf in 001-fix-double-parsing.patchjow2009-08-121-12/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17235 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] more compile fixes for sangam-atm and 2.6.31florian2009-08-111-0/+57
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17228 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kmod-ipt-nathelper-extra: Fix kmod-textsearch dependency (#5665)acinonyx2009-08-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17225 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix frame dropped counternbd2009-08-111-0/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17224 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix compiler warningnbd2009-08-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17221 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix software rx filter for ibss mode (based on a patch by harald schiöberg)nbd2009-08-111-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17220 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix compile error on kernels without net_device api compatibilitynbd2009-08-115-11/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17219 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: move ipv6 module loading from setup_interface() to ↵jow2009-08-103-10/+7
| | | | | | addif() in the hotplug call, this ensures that ipv6 is loaded before any interfaces or aliases with ip6addr option are configured (#5356) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17217 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] opkg: fix duplicate parsing of config file, move opkg.conf back to ↵jow2009-08-102-5/+17
| | | | | | /etc, bump package revision, thanks kupseoft git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17209 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Correct bool expressions in dependencies.hauke2009-08-102-5/+5
| | | | | | | This fixes #5627 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17208 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kmod-net-hermes-pci, kmod-net-hermes-plx: Fix kmod-net-hermes ↵acinonyx2009-08-091-2/+2
| | | | | | dependency git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17206 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] more 2.6.30 related fixes for ar7-atmflorian2009-08-081-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17183 3c298f89-4303-0410-b956-a3cf2f4a3e73
* decrease verbosity of mklibs.pynbd2009-08-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17174 3c298f89-4303-0410-b956-a3cf2f4a3e73
* integrate mklibs.py support into the build processnbd2009-08-081-0/+35
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17173 3c298f89-4303-0410-b956-a3cf2f4a3e73
* install static libraries from uclibc to the rootfs staging dirnbd2009-08-081-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17169 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a staging directory for unstripped package files, useful for debugging, ↵nbd2009-08-071-1/+1
| | | | | | will be used for mklibs integration later git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17167 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] libiptc and libxtables should install their libraries as symbolic ↵florian2009-08-071-3/+3
| | | | | | links (#5313, #5639) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17162 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: some /lib/network/config.sh refactoringnbd2009-08-071-25/+38
| | | | | | | | | | | * Localize a lot more variables than before. * Do stuff or localize variables at later points or inner blocks so less commands are executed in some cases. * Use the default option of config_get where it makes sense. Signed-off-by: Malte S. Stretz <mss@apache.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17160 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: clean up init.d/fstab and port it to the new config_getnbd2009-08-071-18/+14
| | | | | | | | ... also remove the unused noauto variable in swapon. Signed-off-by: Malte S. Stretz <mss@apache.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17159 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: port init.d/led to new config_getnbd2009-08-071-8/+6
| | | | | | | | ... and don't call logger directly, rcS takes care of the correct redirection Signed-off-by: Malte S. Stretz <mss@apache.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17158 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: port init.d/boot to new config_getnbd2009-08-071-9/+10
| | | | | | | | ... and localize some variables. Signed-off-by: Malte S. Stretz <mss@apache.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17157 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: port functions.sh to new config_getnbd2009-08-071-2/+2
| | | | | | Signed-off-by: Malte S. Stretz <mss@apache.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17156 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: allow default value for config_getnbd2009-08-071-6/+9
| | | | | | | Signed-off-by: Malte S. Stretz <mss@apache.org> Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17155 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade opkg to r215 from the googlecode svnkaloz2009-08-066-163/+36
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17152 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl: add "assoclist" command to wlcjow2009-08-062-2/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17144 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iw: update to 0.9.15juhosg2009-08-051-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17134 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add usb-net-dm9601-ether, thanks grozflorian2009-08-051-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17133 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add usb-serial-motorola-phone, thanks grozflorian2009-08-051-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17132 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a typo in apply_config -tnbd2009-08-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17120 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: ensure that ipv6 is loaded if interfaces have an ↵jow2009-08-042-13/+22
| | | | | | ip6addr defined, clean trailing whitespace, bump pkg revision (#5356) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17118 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] acx fixes for 2.6.30florian2009-08-031-0/+54
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17116 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: add icmp_type option to specify the icmp type in rule ↵jow2009-08-032-1/+4
| | | | | | sections, bump pkg revision (#5554) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17115 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] use updated Annex-A and B firmwares (#5296), bump to D7.04.03-R1florian2009-08-031-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17114 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] dropbear: safely support remote restarting of dropbear process; ↵jow2009-08-032-26/+114
| | | | | | bump pkg revision (#5498) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17113 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add special handling for the adm5120 target, which uses subtargets for ↵kaloz2009-08-031-2/+2
| | | | | | different endianess -- later we should come up with something smarter git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17101 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] compile fixes in ar7-atm for new kernelsflorian2009-08-021-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17096 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] install libiptc/libipulog from iptables (#5549)florian2009-08-011-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17089 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] update ebtables to 2.0.9-1, fixes #5001florian2009-08-011-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17087 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix a race condition in the ap2ap wds setupnbd2009-08-011-11/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17086 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: disable debug by default in the source tree instead of only relying ↵nbd2009-08-011-3/+5
| | | | | | on the override (useful for external builds) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17085 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: remove the get_arch.mk build failure when the 'detected' arch ↵nbd2009-08-011-1/+6
| | | | | | doesn't match the build system's value git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17084 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] force iptables to be configured with ipv6 enabled (#5586)florian2009-08-011-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17076 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4/brcm47xx] add RTC RV5C386A packageflorian2009-08-014-0/+810
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17073 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] prevent rebuild issues on creation of lib64 with 64-bits targetsflorian2009-08-011-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17072 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use board names instead of arch in packageskaloz2009-07-311-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17063 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] disable fuse kernel compilation module, all versions that we have ↵florian2009-07-311-17/+6
| | | | | | have it mainline (#5584) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17059 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix isdn symbols for 2.4 kernelsflorian2009-07-291-2/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17044 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] add support for the WRT160N, patch from Westley Paynterflorian2009-07-271-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17031 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] lua: introduce soft memory limits that trigger a gc run but do not ↵jow2009-07-262-11/+23
| | | | | | result in an oom error git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17016 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Oops, wrong path for the two previous commitsacinonyx2009-07-262-35/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17013 3c298f89-4303-0410-b956-a3cf2f4a3e73