summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* add /etc/firewall.user to be backed up becuase it is an example in ↵thepeople2008-08-161-1/+1
| | | | | | /etc/config/firewall git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12326 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add vif selection fix for the broadcom-wl wifi script (thx, sn9)nbd2008-08-161-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12324 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix madwifi napi polling packet countingnbd2008-08-161-3/+3
| | | | | | | final fix for #3880 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12323 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove unneeded linethepeople2008-08-161-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12321 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove /etc/firewall.* from being kept as they no longer are used in trunkthepeople2008-08-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12320 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make opkg the default package manager, disable busybox ipkg from building by ↵thepeople2008-08-167-12/+15
| | | | | | default git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12319 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typo, proto should be protocolthepeople2008-08-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12318 3c298f89-4303-0410-b956-a3cf2f4a3e73
* trigger error if dport is used when no proto is definedblogic2008-08-151-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12317 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix symlinks when installing opkg into a imagethepeople2008-08-151-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12316 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix negative calculation of the tmpfs for devices with few RAM (#3557)florian2008-08-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12315 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove /etc/functions.sh call from led hotplug scriptblogic2008-08-141-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12312 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move qc-usb from trunk to packages as well (see [12260])nico2008-08-142-135/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12304 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix opkg compilation with ccache, thanks sn9florian2008-08-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12303 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update b43 to work in AP modeflorian2008-08-1336-22392/+161
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12300 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Allow mac80211 drivers to work in master modeflorian2008-08-132-3/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12299 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update hostapd to 0.6.4florian2008-08-133-68/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12298 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] i2c-gpio-custom: minor bugfixjuhosg2008-08-132-11/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12297 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix putting mac80211 interfaces in monitor and managed modesflorian2008-08-131-3/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12293 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix a bug when parsing ca_cert and eap_type with wpa_supplicant, this should ↵florian2008-08-131-3/+4
| | | | | | only be set for 802.1x setups git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12292 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add generic wpa_supplicant calls and use them for mac80211 and madwifi.florian2008-08-124-99/+98
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12289 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes firewall makefile descriptionblogic2008-08-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12285 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uci firewallblogic2008-08-1110-314/+5
| | | | | | | | - make uci firewall default and remove old code - fix up dependencies git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12284 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add 802.1x client configuration support and corresponding documentation (#2069)florian2008-08-111-2/+41
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12283 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uci_firewallblogic2008-08-111-1/+1
| | | | | | | | - fixes hotplug.d script git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12282 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uci firewallblogic2008-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 fixnbd2008-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 ↵nbd2008-08-111-2/+2
| | | | | | more common git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12277 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing dependencynbd2008-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+nbd2008-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 idenbd2008-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)nbd2008-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 packagesnbd2008-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 WDSflorian2008-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)florian2008-08-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12258 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Support encrypted WDS connections (#2463)florian2008-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 flynbd2008-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 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