Commit Graph

6543 Commits (605c741c79a43be9c48fe3f5ca96c70c40d13371)

Author SHA1 Message Date
Luka Perkov 30edb14356 util-linux: update to 2.21.2
SVN-Revision: 32141
12 years ago
Luka Perkov d21fccaa2c e2fsprogs: update to 1.42.3
SVN-Revision: 32140
12 years ago
Felix Fietkau 4d8cd3afc0 make librpc compatible with eglibc, unconditionally enable it for packages that need rpc support
SVN-Revision: 32129
12 years ago
Jo-Philipp Wich 15189a628a firewall: allow incoming ICMPv6 router-advertisement and neighbor-advertisement, thanks swalker
SVN-Revision: 32127
12 years ago
Felix Fietkau 809cc8a435 mac80211: remove the passive-scan/no-ibss flag of channels 36-48 in the world regd similar to the default regd in ath
SVN-Revision: 32126
12 years ago
Felix Fietkau 287b504a2c kernel: add module packages for usbip (from the packages feed)
SVN-Revision: 32117
12 years ago
Jo-Philipp Wich 9869b4da3c base-files: implement network_defer_device() and network_ready_device() wrappers for upcoming netifd iface deferring support
SVN-Revision: 32106
12 years ago
Felix Fietkau 72d33803e7 iproute2: fix build errors with newer versions of eglibc
SVN-Revision: 32103
12 years ago
Felix Fietkau 93372a3e69 iptables: fix build error if only libraries are selected
SVN-Revision: 32102
12 years ago
Jo-Philipp Wich 1760bf569a netifd: fix typo in dhcp protocol handler, fixes reqopt handling (#11609)
SVN-Revision: 32098
12 years ago
Felix Fietkau bcd4209323 hostapd: fix driver setting for wpa_s in IBSS/WPA-NONE
This fix is needed to correctly set the driver to use with wpa_s in case of
IBSS/WPA-NONE. The current setting is not made correctly.

Signed-off-by: Antonio Quartulli <ordex@autistici.org>

SVN-Revision: 32084
12 years ago
Felix Fietkau b17afa9f65 libubox: add mirror md5sum
SVN-Revision: 32080
12 years ago
Luka Perkov 84a8853430 util-linux: fix typo
SVN-Revision: 32074
12 years ago
Jo-Philipp Wich 6cdf25289c base-files: add permission exceptions, do not clobber shadow permissions - based on patch by Mark Mentovai <mark@moxienet.com>
SVN-Revision: 32073
12 years ago
John Crispin f8655c0177 remove bogus patch
SVN-Revision: 32071
12 years ago
John Crispin e2a63ac51d rename libmisc.a to libipfixmisc.a
libmisc.a is too generic to be globally staged. It was clashing with xinetd
builds.

SVN-Revision: 32066
12 years ago
Jo-Philipp Wich 5e84df6bac base-files: ship a static initial shadow db instead of creating it from passwd with sed, this fixes registering of users at compile time
SVN-Revision: 32064
12 years ago
Jo-Philipp Wich a044a43d06 base-files: make user_add() populate the shadow db as well
SVN-Revision: 32063
12 years ago
Jo-Philipp Wich 9ae901445b /etc/functions.sh => /lib/functions.sh
SVN-Revision: 32062
12 years ago
Luka Perkov dc9e720739 uboot-envtools: forgot to remove uboot-envtools.init file
SVN-Revision: 32052
12 years ago
Luka Perkov 7f00e5ffc6 uboot-envtools: update to 2012.04.01
SVN-Revision: 32051
12 years ago
Felix Fietkau 2a80e86614 netifd: update to latest version, fixes wifi restart issues
SVN-Revision: 32049
12 years ago
Felix Fietkau 971c721c6f ubus: update to latest version, adds reconnect support
SVN-Revision: 32048
12 years ago
Felix Fietkau 8b0d6b2477 ath9k: fix typo in last commit
SVN-Revision: 32046
12 years ago
Felix Fietkau c9e36f4709 ath9k: fix ANI weak signal detection handling
SVN-Revision: 32045
12 years ago
Felix Fietkau b755998cd7 ath9k: fall back to OTP ROM if the platform data does not contain valid eeprom data
SVN-Revision: 32044
12 years ago
Luka Perkov 6c8d273721 pjsip: update to version 1.14.2
SVN-Revision: 32040
12 years ago
Felix Fietkau 785c3f1db8 pptp: fix passing setup json variables to the ppp setup code
SVN-Revision: 32035
12 years ago
Felix Fietkau 12cb49b233 kernel: kmod-video-gspca-core depends on kmod-input-core (fixes #11412)
SVN-Revision: 32033
12 years ago
John Crispin 1ee4031e14 fix videobuf2 escription
fixes #11411

SVN-Revision: 32032
12 years ago
John Crispin c64fca15da Missing kernel module entry for GSPCA driver for SE401 webcam
fixes #11505

SVN-Revision: 32030
12 years ago
Jo-Philipp Wich 23eaea57ad uhttpd: remove some dead code
SVN-Revision: 32028
12 years ago
Jo-Philipp Wich 2cf72776d8 uhttpd: add explicit stdin eof notification for Lua and CGI childs
SVN-Revision: 32027
12 years ago
John Crispin 8d43ddab2f use symlinks for voip FW to make laoding easier
SVN-Revision: 32025
12 years ago
John Crispin a4fa2cb611 move /dev/vmmcX creation to a more central place
SVN-Revision: 32024
12 years ago
Hauke Mehrtens cedf84c348 mac80211: brcmsmac: add some patches starting to add support for some more chips
SVN-Revision: 32020
12 years ago
Hauke Mehrtens 1fb7419efb mac80211: make brcmfmac depend on usb
SVN-Revision: 32019
12 years ago
Felix Fietkau e4e7c284dd mac80211: merge some pending fixes
SVN-Revision: 32018
12 years ago
John Crispin e660665de1 fixes a descriptions mismatch
fixes #11381

SVN-Revision: 32012
12 years ago
Jo-Philipp Wich afb93ae33b libubox: update to 2012-05-30, fixes bad non-empty return values in case of already cached variables
SVN-Revision: 32011
12 years ago
Jo-Philipp Wich 5aefe3b277 uhttpd: fix wrongly applied sizeof() leading to writing beyound end of buffer and subsequent data corruption (#11557)
SVN-Revision: 32005
12 years ago
Felix Fietkau 478ae49618 mac80211: update to wireless-testing 2012-05-29
SVN-Revision: 32002
12 years ago
Felix Fietkau ce4aa59497 kernel: move esfq to kmod-sched-esfq, as it has extra netfilter dependencies
SVN-Revision: 32001
12 years ago
Gabor Juhos eca7502dfd base-files: add LED specific functions to /lib/functions/uci-defaults
SVN-Revision: 31991
12 years ago
Felix Fietkau c444edc6fd netifd: remove obsolete config variable dependency
SVN-Revision: 31988
12 years ago
Felix Fietkau d8aabfe091 pptp: remove old network scripts
SVN-Revision: 31985
12 years ago
Felix Fietkau b971ea720c ppp: remove old network scripts
SVN-Revision: 31984
12 years ago
Felix Fietkau d3efcab813 6to4: remove old network scripts
SVN-Revision: 31983
12 years ago
Felix Fietkau fdcc84f78e comgt: remove old network scripts
SVN-Revision: 31982
12 years ago
Felix Fietkau d8d7529e0e 6in4: remove old network scripts
SVN-Revision: 31981
12 years ago