Gabor Juhos b665dfd554 libnl: refresh patches 17 anni fa
..
acx cff56165ac Add acx wireless configuration (#4095) 17 anni fa
acx-mac80211 772fe7fe71 use the Download/ macro to get ACX firmwares 17 anni fa
admswconfig e1ea7361df fix a bug causing the init script to fail and incorrect number of lan ports 18 anni fa
ar7-atm 5ef201120c ar7-atm: patch was against an older tarball, fixear7-atm: patch was against an older tarball, fixedd 18 anni fa
arptables 83d041b094 arptables: Update to 0.0.3-3 17 anni fa
base-files ff89285b25 fix handling of eglibc config options for packaging 17 anni fa
br2684ctl 2e46841afd switch the br2684 default to routed mode instead of bridged mode, as it's more common 17 anni fa
bridge-utils 63e0397058 call autoconf when there's no ./configure script, move it at Build/Prepare stage 17 anni fa
broadcom-57xx f2e997ac38 remove some unused crap 17 anni fa
broadcom-diag c2b878a384 add initial 2.6.28 support for brcm47xx target 17 anni fa
broadcom-mmc 92c40922e9 DESCRIPTION:= is obselete 18 anni fa
broadcom-wl 59a00d52a9 make broadcom-wl robust against implicit kernel config changes (e.g. netfilter), upgrade it from minor version .2 to .3 (adds fixed bssid support for ad-hoc) 17 anni fa
busybox a71089de4b remove IPKG_ARCH variable, unused anymore since ipkg support was removed from busybox 17 anni fa
button-hotplug 14b016052c fix kernel modules compile (as in [13724]) 17 anni fa
comgt cd0cd14421 change LEDs on wrt54g3g only /proc/diag is not available on x86, so check for existance to avoid errors... Thanks Markus Wigge 17 anni fa
dnsmasq b05f64dd06 - added "server" option list to delegate specific subdomains to given upstream servers 17 anni fa
dropbear 5ff6932c66 Allow dropbear to use shadow passwords, and correct base-files generation of /etc/shadow 17 anni fa
e2fsprogs 3f8c4c8439 Retain symlinks. $(INSTALL_*) copys the contens of a file, so if we want to keep symlinks either use $(CP) or create them manually. Fixes #4399 17 anni fa
ead 74429f0961 ead: allow a longer timeout in the client for the prime number calculation (useful for slow devices) 17 anni fa
ebtables bbf0f2fac5 ebtables-utils: create $(1)/usr/sbin/ dir before files are installed into it 17 anni fa
fconfig 20fbb8b151 move the fconfig package into trunk 17 anni fa
firewall 4fc8f4c5c8 firewall: don't clear the mangle table at startup or stop - it doesn't use it and clearing it breaks qos 17 anni fa
fuse fdd24c73e0 package/fuse: add workaround for uClibc 0.9.29 issues, fixes owfs and possibly others 17 anni fa
gdb 51d17e47c2 gdb: upgrade to 6.8, fixes libreadline compilation issues 17 anni fa
gpioctl 11135c2a35 more use of the new GPIO_SUPPORT option 17 anni fa
grub e77ddf9252 make grub compilable under fedora core 8 and other newer distros 17 anni fa
hostap-driver 8cd2c6a4cd push a couple of fixes upstream from Acinonyx 18 anni fa
hostap-utils 7f409744a4 replace common -I and -L search flags with TARGET_CPPFLAGS and TARGET_LDFLAGS 19 anni fa
hostapd 9bb8734d2e hostapd: add support for socket filtering to get rid of some of the massive cpu overhead with mac80211 drivers (backport from hostapd git repository) 17 anni fa
hotplug2 863afccae8 remove warning from hotplug2, which pops up 10 times during boot 17 anni fa
i2c-gpio-custom 14b016052c fix kernel modules compile (as in [13724]) 17 anni fa
ifenslave 34bb4638e7 move package description to a separate definition, remove it when DESCRIPTION=TITLE 18 anni fa
iproute2 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. 17 anni fa
ipset f30ff914a6 mark ipset as 2.6 only 18 anni fa
iptables 28a92fe717 fix userland netfilter headers installed by iptables 17 anni fa
iw 2b04816c55 fix iw compile 17 anni fa
ixp4xx-microcode df40fbdaa7 switch to a different NPE-C firmware 17 anni fa
kernel 33169cf29f mark kmod-ata-rb532-cf as broken 17 anni fa
kexec-tools af64ea8f8c kexec-tools update to version 2.0.0; add support for armeb. 17 anni fa
libertas f8dd7ca92f add dependency on 2.6.26+, current version needs 'get_unaligned_le16' helper introduced in 2.6.26 17 anni fa
libnl b665dfd554 libnl: refresh patches 17 anni fa
libpcap 78babdb954 reduce the binary size of libpcap based programs that don't use bpf parsing 17 anni fa
libreadline 1e97a5e459 libreadline: move to trunk, gdb depends on it 17 anni fa
libtool 6aa8c5de64 leave libtool m4 files in both $(STAGING_DIR)/host and $(STAGING_DIR_HOST) 17 anni fa
linux-atm 2a45adfcda remove uninstalldev templates (no longer necessary) 18 anni fa
lua d186cdbfd0 lua changes: - fix shared lib generation - don't ship liblua.so dev lib in liblua package - remove unsupported 'all' make target during build - misc cleanup - bump release number 17 anni fa
mac80211 c198a51398 mac80211: update compat-wireless to 2009-01-24 (patch by Hauke Mehrtens <[email protected]>) 17 anni fa
madwifi cf3beca4a2 madwifi: improve reliability of napi polling when fast framing is enabled 17 anni fa
mmc_over_gpio fad690be31 make mmc_over_gpio init uci-aware 17 anni fa
mtd 0d71217695 remove accidentally committed debug message 17 anni fa
ncurses e9ea28b0af use $(FPIC) in a few places where it matters 17 anni fa
nozomi 34bb4638e7 move package description to a separate definition, remove it when DESCRIPTION=TITLE 18 anni fa
nvram e9ea28b0af use $(FPIC) in a few places where it matters 17 anni fa
ocf-crypto-headers 0aa75baf81 add package for ocf-crypto-headers 17 anni fa
openssl fec30c2b2b openssl: update to 0.9.8j. thanks puchu. - addresses CVE-2008-5077 17 anni fa
opkg 5ebc074df4 fix opkg target arch detection problem on x86 17 anni fa
pcmcia-cs 93575b53a7 Use $(CP) instead of $(INSTALL_BIN) for binaries. 18 anni fa
ppp b2ec8ffd5c fix a race condition where ppp interfaces were not added to the firewall properly when brought up at boot time - save the ppp interface unit number in the network state 17 anni fa
pptp 3d4052492d ppp/pptp fixes: - prevent ppp from logging to /etc/ppp/connect-errors (closes: #2989) - add dependency on ppp and kmod-gre to pptp - bump release number 17 anni fa
ps3-utils 7d9a522254 add ps3-dump-bootloader to package install 17 anni fa
qos-scripts 34a1fe969e fix qos dependency on iptables-mod-conntrack-extra for CONNMARK (closes: #4035) 17 anni fa
robocfg 34bb4638e7 move package description to a separate definition, remove it when DESCRIPTION=TITLE 18 anni fa
rt2570 34bb4638e7 move package description to a separate definition, remove it when DESCRIPTION=TITLE 18 anni fa
siit 245e9e9b7a another #include fix for siit 17 anni fa
spi-ks8995 a6538d1480 fix spi-ks8995 compile 17 anni fa
swconfig 487c622ac0 add new switch configuration api 17 anni fa
switch 529e87f6c5 switch: remove message about BFL_ENETADM not being set on systems with a roboswitch 17 anni fa
uboot-ifxmips e59c8dd866 uboot: support boards with tantos switch and small code and format cleanups 17 anni fa
ubsec_ssb 7ac73f8362 ubsec ssb is only available on brcm47xx 17 anni fa
uci 34d45d5d64 upgrade to uci 0.7.3 - fixes a small input validation bug 17 anni fa
udev 80e1190c4f add missing udevextras package option - edd_id 17 anni fa
util-linux-ng 76e78e2203 add missing dependency on libblkid to swap-utils, needed for swapon/off (closes: #3993) 17 anni fa
w1-gpio-custom 14b016052c fix kernel modules compile (as in [13724]) 17 anni fa
wireless-tools 263b05274f update wireless-tools to v0.29 (final), refresh patch, bumb release number 17 anni fa
wpa_supplicant aa59a08b45 hostapd,wpa_supplicant: create control interfaces for hostapd_cli and wpa_cli 17 anni fa
wrt55agv2-spidevs 52383189dc use the spi-ks8995 driver on the WRT55AG v2 boards 17 anni fa
yamonenv ed68c8eff9 Use the openwrt.org mirror, others are offline 17 anni fa
zlib e9ea28b0af use $(FPIC) in a few places where it matters 17 anni fa
Makefile fbdb8046c2 Fix enabling of init scripts. 17 anni fa