Hi, Here are some patches for the 12.09 AA branch, some of which we have been carrying along in our internal version for quite some while now.
Bruno Randolf (9): cron: improve init script mark base-files, kernel, opkg as essential packages mkfwimage: Increase RSPRO maximum size to 0xF00000 (15 MiB) opkg: remove patch which disables "upgrade all" iw: add patch to support 802.11j frequencies mac80211: fix iwconfig for ibss wpa_supplicant: fix beacon_int configuration option x86: fix condition in base-files.mk net48xx: fix scx200_hrt clocksource Kentaro Matsuyama (1): ppp: Add IP unnumbered for PPPoE protocol package/base-files/Makefile | 1 + package/busybox/files/cron | 2 + package/hostapd/files/wpa_supplicant.sh | 6 +- package/iw/patches/140-freq-11j.patch | 85 ++++++++++++++++++++++ package/kernel/Makefile | 2 +- package/mac80211/Makefile | 2 +- .../patches/920-mac80211-iwconfig-ibss-freq.patch | 18 +++++ package/opkg/Makefile | 1 + package/opkg/patches/009-remove-upgrade-all.patch | 41 ----------- package/ppp/Makefile | 2 + package/ppp/files/ip_unnumbered.sh | 45 ++++++++++++ target/linux/x86/base-files.mk | 2 +- .../004-clocksrouce-scx200_hrt-fix.patch | 45 ++++++++++++ tools/firmware-utils/src/mkfwimage.c | 2 +- 14 files changed, 206 insertions(+), 48 deletions(-) create mode 100644 package/iw/patches/140-freq-11j.patch create mode 100644 package/mac80211/patches/920-mac80211-iwconfig-ibss-freq.patch delete mode 100644 package/opkg/patches/009-remove-upgrade-all.patch create mode 100755 package/ppp/files/ip_unnumbered.sh create mode 100644 target/linux/x86/patches-3.3/004-clocksrouce-scx200_hrt-fix.patch -- 1.8.1.2 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel