summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* iw: update to 0.9.16Gabor Juhos2009-08-171-2/+2
| | | | SVN-Revision: 17292
* mac80211: add deadlock fix patchGabor Juhos2009-08-162-1/+109
| | | | SVN-Revision: 17290
* Fix broken i2c module loading in R17269Gabor Juhos2009-08-161-2/+2
| | | | | | | | | | | | Strip .ko suffix from module name. Fix typo in name of i2c-scx200-acb module to be loaded. Steve Signed-off-by: Steve Brown <sbrown@cortland.com> SVN-Revision: 17288
* remove *printf warnings preventing wprobe to build on uml x86_64Nicolas Thill2009-08-161-1/+1
| | | | SVN-Revision: 17287
* use KERNEL_CROSS instead of TARGET_CROSS to build kernel modulesNicolas Thill2009-08-162-2/+2
| | | | SVN-Revision: 17286
* wprobe: fix tcp port for the proxy mode in the init scriptFelix Fietkau2009-08-151-1/+1
| | | | SVN-Revision: 17278
* increase release numberHauke Mehrtens2009-08-151-1/+1
| | | | SVN-Revision: 17277
* Do not build the mac80211 module in the kernel. The attributes ↵Hauke Mehrtens2009-08-152-1/+25
| | | | | | skb->do_not_encrypt and skb->requeue in include/linux/skbuff.h are not used my mac80211 any more. SVN-Revision: 17276
* also exclude usb_unpoison_urbHauke Mehrtens2009-08-151-7/+7
| | | | SVN-Revision: 17275
* exclude kernel 2.6.27Hauke Mehrtens2009-08-151-1/+1
| | | | SVN-Revision: 17274
* kernel/modules: allow I2C modules to be compiled into the kernel (closes #5702)Gabor Juhos2009-08-151-41/+52
| | | | SVN-Revision: 17269
* Build modules only if realy needed.Hauke Mehrtens2009-08-153-20/+95
| | | | SVN-Revision: 17267
* update openfw to 5.2Hauke Mehrtens2009-08-151-5/+5
| | | | SVN-Revision: 17266
* Update to compat-wireless-2009-08-15Hauke Mehrtens2009-08-1518-647/+184
| | | | SVN-Revision: 17265
* fix path to orinoco wireless modules (#5701)Florian Fainelli2009-08-141-2/+2
| | | | SVN-Revision: 17264
* firewall: allow incoming udp/68 packets in the default configuration (#4108, ↵Jo-Philipp Wich2009-08-132-1/+9
| | | | | | #4781) SVN-Revision: 17238
* more compile fixes for sangam-atm and 2.6.31Florian Fainelli2009-08-111-0/+57
| | | | SVN-Revision: 17228
* kmod-ipt-nathelper-extra: Fix kmod-textsearch dependency (#5665)Vasilis Tsiligiannis2009-08-111-1/+1
| | | | SVN-Revision: 17225
* madwifi: fix frame dropped counterFelix Fietkau2009-08-111-0/+25
| | | | SVN-Revision: 17224
* madwifi: fix compiler warningFelix Fietkau2009-08-111-1/+1
| | | | SVN-Revision: 17221
* fix software rx filter for ibss mode (based on a patch by harald schiöberg)Felix Fietkau2009-08-111-0/+20
| | | | SVN-Revision: 17220
* madwifi: fix compile error on kernels without net_device api compatibilityFelix Fietkau2009-08-115-11/+19
| | | | SVN-Revision: 17219
* base-files: move ipv6 module loading from setup_interface() to addif() in ↵Jo-Philipp Wich2009-08-103-10/+7
| | | | | | the hotplug call, this ensures that ipv6 is loaded before any interfaces or aliases with ip6addr option are configured (#5356) SVN-Revision: 17217
* opkg: fix duplicate parsing of config file, move opkg.conf back to /etc, ↵Jo-Philipp Wich2009-08-102-5/+17
| | | | | | bump package revision, thanks kupseoft SVN-Revision: 17209
* Correct bool expressions in dependencies. This fixes #5627Hauke Mehrtens2009-08-102-5/+5
| | | | SVN-Revision: 17208
* kmod-net-hermes-pci, kmod-net-hermes-plx: Fix kmod-net-hermes dependencyVasilis Tsiligiannis2009-08-091-2/+2
| | | | SVN-Revision: 17206
* more 2.6.30 related fixes for ar7-atmFlorian Fainelli2009-08-081-0/+13
| | | | SVN-Revision: 17183
* decrease verbosity of mklibs.pyFelix Fietkau2009-08-081-1/+1
| | | | SVN-Revision: 17174
* integrate mklibs.py support into the build processFelix Fietkau2009-08-081-0/+35
| | | | SVN-Revision: 17173
* install static libraries from uclibc to the rootfs staging dirFelix Fietkau2009-08-081-0/+4
| | | | SVN-Revision: 17169
* add a staging directory for unstripped package files, useful for debugging, ↵Felix Fietkau2009-08-071-1/+1
| | | | | | will be used for mklibs integration later SVN-Revision: 17167
* libiptc and libxtables should install their libraries as symbolic links ↵Florian Fainelli2009-08-071-3/+3
| | | | | | (#5313, #5639) SVN-Revision: 17162
* base-files: some /lib/network/config.sh refactoringFelix Fietkau2009-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> SVN-Revision: 17160
* base-files: clean up init.d/fstab and port it to the new config_getFelix Fietkau2009-08-071-18/+14
| | | | | | | | ... also remove the unused noauto variable in swapon. Signed-off-by: Malte S. Stretz <mss@apache.org> SVN-Revision: 17159
* base-files: port init.d/led to new config_getFelix Fietkau2009-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> SVN-Revision: 17158
* base-files: port init.d/boot to new config_getFelix Fietkau2009-08-071-9/+10
| | | | | | | | ... and localize some variables. Signed-off-by: Malte S. Stretz <mss@apache.org> SVN-Revision: 17157
* base-files: port functions.sh to new config_getFelix Fietkau2009-08-071-2/+2
| | | | | | Signed-off-by: Malte S. Stretz <mss@apache.org> SVN-Revision: 17156
* base-files: allow default value for config_getFelix Fietkau2009-08-071-6/+9
| | | | | | | Signed-off-by: Malte S. Stretz <mss@apache.org> Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 17155
* upgrade opkg to r215 from the googlecode svnImre Kaloz2009-08-066-163/+36
| | | | SVN-Revision: 17152
* broadcom-wl: add "assoclist" command to wlcJo-Philipp Wich2009-08-062-2/+9
| | | | SVN-Revision: 17144
* iw: update to 0.9.15Gabor Juhos2009-08-051-2/+2
| | | | SVN-Revision: 17134
* add usb-net-dm9601-ether, thanks grozFlorian Fainelli2009-08-051-0/+13
| | | | SVN-Revision: 17133
* add usb-serial-motorola-phone, thanks grozFlorian Fainelli2009-08-051-0/+16
| | | | SVN-Revision: 17132
* fix a typo in apply_config -tFelix Fietkau2009-08-041-1/+1
| | | | SVN-Revision: 17120
* base-files: ensure that ipv6 is loaded if interfaces have an ip6addr ↵Jo-Philipp Wich2009-08-042-13/+22
| | | | | | defined, clean trailing whitespace, bump pkg revision (#5356) SVN-Revision: 17118
* acx fixes for 2.6.30Florian Fainelli2009-08-031-0/+54
| | | | SVN-Revision: 17116
* firewall: add icmp_type option to specify the icmp type in rule sections, ↵Jo-Philipp Wich2009-08-032-1/+4
| | | | | | bump pkg revision (#5554) SVN-Revision: 17115
* use updated Annex-A and B firmwares (#5296), bump to D7.04.03-R1Florian Fainelli2009-08-031-3/+3
| | | | SVN-Revision: 17114
* dropbear: safely support remote restarting of dropbear process; bump pkg ↵Jo-Philipp Wich2009-08-032-26/+114
| | | | | | revision (#5498) SVN-Revision: 17113
* add special handling for the adm5120 target, which uses subtargets for ↵Imre Kaloz2009-08-031-2/+2
| | | | | | different endianess -- later we should come up with something smarter SVN-Revision: 17101