.. |
acx
|
fix acx compilation on 2.6.27
|
16 years ago |
acx-mac80211
|
acx-mac80211 interface will not be created if NL80211_IFTYPE_STATION is not set, thanks to Stefan Weil for this patch
|
16 years ago |
admswconfig
|
…
|
|
apex
|
…
|
|
ar7-atm
|
refresh ar7-atm patches
|
16 years ago |
arptables
|
…
|
|
avila-wdt
|
avila-wdt: add support for disabling the watchdog
|
16 years ago |
base-files
|
base-files: set rules file for hotplug2 in the boot script (closes #5235)
|
16 years ago |
br2684ctl
|
…
|
|
bridge-utils
|
…
|
|
broadcom-57xx
|
brcm-2.4: nvram_set has been removed, remove some remaining calls to it
|
16 years ago |
broadcom-diag
|
…
|
|
broadcom-mmc
|
…
|
|
broadcom-wl
|
delay the starting of nas4wds, seems like 5 seconds works in every case: none, psk, psk2 (#4974)
|
16 years ago |
busybox
|
busybox: fix watchdog util compile
|
16 years ago |
button-hotplug
|
…
|
|
comgt
|
…
|
|
crda
|
Update crda to version 1.1.0
|
16 years ago |
dnsmasq
|
dnsmasq: add option to specify dhcp-hostsfile (#5079)
|
16 years ago |
dropbear
|
…
|
|
e2fsprogs
|
change the uClibc-0.9.29 check (#5165)
|
16 years ago |
ead
|
ead: use the new pcap features and the raw socket optimization to eliminate most of the cpu utilization overhead caused by the use of pcap live capturing
|
16 years ago |
ebtables
|
fix ebtables compile
|
16 years ago |
fconfig
|
…
|
|
firewall
|
fix typo in the uci firewall script
|
16 years ago |
fuse
|
…
|
|
gdb
|
…
|
|
gpioctl
|
…
|
|
grub
|
grub: fix potential build issues on redhat/fedora host systems (should close: #3793)
|
16 years ago |
hostap-driver
|
Major enhancement to hostap.sh script * use common openwrt option naming (e.g. sta instead of manged for mode) * add support for wds vifs * add support for monitor mode * add encryption support * add antenna selection options * add hidden ssid option * other minor fixes Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
|
16 years ago |
hostap-utils
|
…
|
|
hostapd
|
hostapd: prefer built-in crypto header files over external ones from STAGING_DIR (thx, russell)
|
16 years ago |
hotplug2
|
hotplug2 may need -fPIC
|
16 years ago |
hotplug2-old
|
hotplug2-old: fix path to build dir
|
16 years ago |
i2c-gpio-custom
|
…
|
|
ifenslave
|
…
|
|
iproute2
|
iproute2: install netlink header and library
|
16 years ago |
ipset
|
…
|
|
iptables
|
iptables: export libipq
|
16 years ago |
iw
|
Update to version 0.9.14
|
16 years ago |
ixp4xx-microcode
|
…
|
|
kernel
|
Config symbol is boolean.
|
16 years ago |
kexec-tools
|
…
|
|
libertas
|
libertas: use last known stable firmware version, move it to "Wireless Drivers" section, rename LICENSE file to match firmware
|
16 years ago |
libipfix
|
…
|
|
libnl
|
…
|
|
libnl-tiny
|
libnl-tiny: fix potential redefinition of offsetof
|
16 years ago |
libpcap
|
libpcap: fix typo in protocol api patch
|
16 years ago |
libreadline
|
…
|
|
libtool
|
libtool: Unset CXX. It is not needed to build libtool, but if set configure preferes CXX over CC to build the global_symbol_pipe test program. So if there is no c++ compiler or the c++ installation is broken we end up with a broken libtool script. Fixes #5022
|
16 years ago |
linux-atm
|
…
|
|
lua
|
lua: install lua.pc pkgconfig file as well (closes: #5132)
|
16 years ago |
mac80211
|
Add rtl8180 and rtl8187 support. Based on patch from #5138.
|
16 years ago |
madwifi
|
madwifi: add sanity checks for monitor mode injection
|
16 years ago |
mmc_over_gpio
|
…
|
|
mtd
|
…
|
|
ncurses
|
…
|
|
nozomi
|
…
|
|
nvram
|
remove leftover unvram directory and move the nvram.init change to package/nvram
|
16 years ago |
ocf-crypto-headers
|
…
|
|
openssl
|
put the 4 ssl libraries into a ssl submenu (#5156)
|
16 years ago |
opkg
|
update to r4993
|
16 years ago |
pcmcia-cs
|
…
|
|
ppp
|
refresh patches
|
16 years ago |
pptp
|
…
|
|
ps3-utils
|
corrected dependencies
|
16 years ago |
qos-scripts
|
Reload IMQ only when needed [PATCH] [qos-scripts] Use config_get_bool for halfduplex option Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
|
16 years ago |
robocfg
|
…
|
|
rt2570
|
…
|
|
siit
|
…
|
|
spi-ks8995
|
…
|
|
spidev_test
|
…
|
|
swconfig
|
swconfig: use libnl-tiny instead of libnl
|
16 years ago |
switch
|
fix oops in switch-robo on brcm63xx, thanks to Daniel Dickinson (#5053)
|
16 years ago |
uboot-ifxmips
|
…
|
|
ubsec_ssb
|
…
|
|
uci
|
uci: increase argv size in batch mode to silence a false gcc 4.4 compiler warning
|
16 years ago |
udev
|
…
|
|
util-linux-ng
|
This patch adds a new package "flock" that allows to manage file locks from shell scripts. It provides more functionality than the busybox "lock" command, i.e. locking existing file descriptors and non-blocking operation.
|
16 years ago |
w1-gpio-custom
|
…
|
|
wireless-tools
|
…
|
|
wpa_supplicant
|
Major enhancement to hostap.sh script * use common openwrt option naming (e.g. sta instead of manged for mode) * add support for wds vifs * add support for monitor mode * add encryption support * add antenna selection options * add hidden ssid option * other minor fixes Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
|
16 years ago |
wprobe
|
fix wprobe conflict with libnl
|
16 years ago |
wrt55agv2-spidevs
|
…
|
|
yamonenv
|
…
|
|
zlib
|
…
|
|
Makefile
|
…
|
|