Commit Graph

2021 Commits (696b05e031989193c2ee0543a341939168c6f484)

Author SHA1 Message Date
Felix Fietkau 1bdd7d0460 add vif selection fix for the broadcom-wl wifi script (thx, sn9)
SVN-Revision: 12324
16 years ago
Felix Fietkau 3f9fcf1c06 fix madwifi napi polling packet counting final fix for #3880
SVN-Revision: 12323
16 years ago
Travis Kemen a15a10c85a remove unneeded line
SVN-Revision: 12321
16 years ago
Travis Kemen 0b2111d1fb remove /etc/firewall.* from being kept as they no longer are used in trunk
SVN-Revision: 12320
16 years ago
Travis Kemen 99dd3e13fc make opkg the default package manager, disable busybox ipkg from building by default
SVN-Revision: 12319
16 years ago
Travis Kemen 64a8d6c405 fix typo, proto should be protocol
SVN-Revision: 12318
16 years ago
John Crispin 7681547293 trigger error if dport is used when no proto is defined
SVN-Revision: 12317
16 years ago
Travis Kemen e7c9479ae4 fix symlinks when installing opkg into a image
SVN-Revision: 12316
16 years ago
Florian Fainelli 38d1cb8cbd Fix negative calculation of the tmpfs for devices with few RAM (#3557)
SVN-Revision: 12315
16 years ago
John Crispin 3403cbe948 remove /etc/functions.sh call from led hotplug script
SVN-Revision: 12312
16 years ago
Nicolas Thill 58fb9f67ec move qc-usb from trunk to packages as well (see [12260])
SVN-Revision: 12304
16 years ago
Florian Fainelli 68bdb68247 Fix opkg compilation with ccache, thanks sn9
SVN-Revision: 12303
16 years ago
Florian Fainelli 2c6b679ceb Update b43 to work in AP mode
SVN-Revision: 12300
16 years ago
Florian Fainelli 1d05e688ab Allow mac80211 drivers to work in master mode
SVN-Revision: 12299
16 years ago
Florian Fainelli 2a888f2e23 Update hostapd to 0.6.4
SVN-Revision: 12298
16 years ago
Gabor Juhos da77408537 i2c-gpio-custom: minor bugfix
SVN-Revision: 12297
16 years ago
Florian Fainelli 02780ec100 Fix putting mac80211 interfaces in monitor and managed modes
SVN-Revision: 12293
16 years ago
Florian Fainelli dbb59f014a Fix a bug when parsing ca_cert and eap_type with wpa_supplicant, this should only be set for 802.1x setups
SVN-Revision: 12292
16 years ago
Florian Fainelli 8c8b85b54c Add generic wpa_supplicant calls and use them for mac80211 and madwifi.
SVN-Revision: 12289
16 years ago
John Crispin c9f2df5cea fixes firewall makefile description
SVN-Revision: 12285
16 years ago
John Crispin 5627667654 uci firewall - make uci firewall default and remove old code - fix up dependencies
SVN-Revision: 12284
16 years ago
Florian Fainelli 4b5488ebfa Add 802.1x client configuration support and corresponding documentation (#2069)
SVN-Revision: 12283
16 years ago
John Crispin 43e28bf153 uci_firewall - fixes hotplug.d script
SVN-Revision: 12282
16 years ago
John Crispin 0f5cbca010 uci firewall - remove implicit creation of zones, based on network interfaces
SVN-Revision: 12281
16 years ago
Felix Fietkau 5745e536d4 madwifi: napi polling fix - fix u_int negative comparison - add some reserve for polling packets (ff has two frames in one descriptor)
SVN-Revision: 12280
16 years ago
Felix Fietkau 2e46841afd switch the br2684 default to routed mode instead of bridged mode, as it's more common
SVN-Revision: 12277
16 years ago
Felix Fietkau 0778290e26 add missing dependency
SVN-Revision: 12270
16 years ago
Felix Fietkau 166de52b8f fix kmod-ide-core packaging for 2.6.26+
SVN-Revision: 12269
16 years ago
Felix Fietkau b1683b748d add missing kconfig symbol for generic ide
SVN-Revision: 12268
16 years ago
Felix Fietkau 26aa731dc1 fix aes on x86 (thx, Acinonyx)
SVN-Revision: 12267
16 years ago
Felix Fietkau 91a01e4106 move some webcam/sound related stuff from trunk to packages
SVN-Revision: 12260
16 years ago
Florian Fainelli d7c8f38007 Make sure we will have lower case MAC addresses when doing WDS
SVN-Revision: 12259
16 years ago
Florian Fainelli a53aa71c83 Do not run telnet if either dropbear or openssh server are running (#3839)
SVN-Revision: 12258
16 years ago
Florian Fainelli 22aa7c6406 Support encrypted WDS connections (#2463)
SVN-Revision: 12251
16 years ago
Felix Fietkau 753e5b492d add support for appending a file to jffs2 during reflash on the fly
SVN-Revision: 12250
16 years ago
Florian Fainelli e71cdf8127 package iproute2 has problems building on recent BSD-derived platforms 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>

SVN-Revision: 12249
16 years ago
Felix Fietkau c05eb4ba63 add basic interface alias support. 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

SVN-Revision: 12241
16 years ago
Florian Fainelli 9c8bb0241f Add 11gdt, 11adt, 11ast and fh modes (#3824)
SVN-Revision: 12240
16 years ago
Gabor Juhos db4d23b457 add 2.6.26 specific files
SVN-Revision: 12239
16 years ago
Steven Barth 6b6d027172 added support for the timer-trigger to uci LED support
SVN-Revision: 12236
16 years ago
Mike Baker 1139608784 allow ctrl-c to trigger preinit
SVN-Revision: 12231
16 years ago
Felix Fietkau e9ea28b0af use $(FPIC) in a few places where it matters
SVN-Revision: 12225
16 years ago
Florian Fainelli ce8903f1ce kexec for powerpc actually only support ps3 or gamecube, not magicbox for instance
SVN-Revision: 12223
16 years ago
Gabor Juhos 6c0474b383 ebtables: useless without kmod-eptables
SVN-Revision: 12214
16 years ago
Felix Fietkau 4d795ca98f spca5xx-le does not work with linux 2.6.26+
SVN-Revision: 12194
16 years ago
Felix Fietkau b4727d665e fix qc-usb compile on atheros
SVN-Revision: 12185
16 years ago
Felix Fietkau dde1f5fb54 fix ov51x-jpeg compile
SVN-Revision: 12183
16 years ago
Felix Fietkau 0cc7199e71 install libshared into the staging dir (required by wrt-radauth)
SVN-Revision: 12181
16 years ago
Felix Fietkau e0b43982fb fix nw802-2.4 compile
SVN-Revision: 12180
16 years ago
Felix Fietkau 7bb55d1b91 madwifi: fix crash on ad-hoc interface init
SVN-Revision: 12161
16 years ago