Gabor Juhos [Sat, 21 Apr 2012 12:30:48 +0000 (12:30 +0000)]
ramips: rt305x: add OHCI/EHCI registration code for RT3352
SVN-Revision: 31402
Gabor Juhos [Sat, 21 Apr 2012 12:30:47 +0000 (12:30 +0000)]
ramips: rt305x: fix CPU clock detection on RT3352
SVN-Revision: 31401
Gabor Juhos [Sat, 21 Apr 2012 12:30:45 +0000 (12:30 +0000)]
ramips: rt305x: use different memory size setup for RT3352
SVN-Revision: 31400
Gabor Juhos [Sat, 21 Apr 2012 12:30:44 +0000 (12:30 +0000)]
ramips: rt3883: add profile and build sysupgrade image for the RT-N56U
SVN-Revision: 31399
Gabor Juhos [Sat, 21 Apr 2012 12:30:43 +0000 (12:30 +0000)]
ramips: add swconfig to the default package list
SVN-Revision: 31398
Gabor Juhos [Sat, 21 Apr 2012 12:30:42 +0000 (12:30 +0000)]
ramips: build initramfs image for the Fonera 2.0N
SVN-Revision: 31397
Gabor Juhos [Sat, 21 Apr 2012 12:30:40 +0000 (12:30 +0000)]
ramips: rt305x: add initial support for Tenda W306R V2.0
More device info at: http://wiki.openwrt.org/toh/tenda/w306r
Signed-off-by: David Pearce <David_18051985@hotmail.com.au>
[juhosg: fix checkpatch errors, remove kmod-phy and luci-ssl packages
from the profile, change broken GPIO number]
SVN-Revision: 31396
Gabor Juhos [Sat, 21 Apr 2012 12:30:30 +0000 (12:30 +0000)]
ramips: remove hardcoded console parameter from kernel configs
SVN-Revision: 31395
Gabor Juhos [Sat, 21 Apr 2012 10:47:04 +0000 (10:47 +0000)]
linux/3.3: fix crypto4xx build failure
SVN-Revision: 31394
Mirko Vogt [Sat, 21 Apr 2012 10:23:49 +0000 (10:23 +0000)]
remove screwed up patch for gcc 4.7-linaro which got committed by accident
SVN-Revision: 31393
Mirko Vogt [Sat, 21 Apr 2012 09:58:31 +0000 (09:58 +0000)]
add support for GCC 4.7-linaro (based on GCC 4.7.1)
SVN-Revision: 31392
Mirko Vogt [Sat, 21 Apr 2012 08:07:21 +0000 (08:07 +0000)]
change /etc/config/network according to actual VLAN config to enable LAN port 4 on the ARV4520PW board
The VLAN mapping on the ARV4520PW board is the following:
port on Router: | VLAN in software:
LAN 1 | 3
LAN 2 | 2
LAN 3 | 1
LAN 4 | 0
DSL | 4
So LAN4 is not VLAN4 but VLAN0 (VLAN4 is DSL port) -> set "3 2 1 0 5t" as default switch config.
SVN-Revision: 31391
Jo-Philipp Wich [Sat, 21 Apr 2012 03:02:39 +0000 (03:02 +0000)]
gcc: add patch to make the getenv() spec function nonfatal if requested environment variable is unset
SVN-Revision: 31390
Gabor Juhos [Fri, 20 Apr 2012 21:03:15 +0000 (21:03 +0000)]
ppc40x: nuke 3.2 support
SVN-Revision: 31387
Gabor Juhos [Fri, 20 Apr 2012 21:03:14 +0000 (21:03 +0000)]
ppc40x: switch to 3.3.2
SVN-Revision: 31386
Gabor Juhos [Fri, 20 Apr 2012 21:03:12 +0000 (21:03 +0000)]
ppc40x: sync 3.3 config
SVN-Revision: 31385
Gabor Juhos [Fri, 20 Apr 2012 16:50:16 +0000 (16:50 +0000)]
ar71xx: remove duplicated AP121 Kconfig entry
SVN-Revision: 31382
Gabor Juhos [Fri, 20 Apr 2012 15:25:00 +0000 (15:25 +0000)]
cns21xx: remove 3.2 support
SVN-Revision: 31381
Gabor Juhos [Fri, 20 Apr 2012 15:24:59 +0000 (15:24 +0000)]
cns21xx: switch to 3.3.2
SVN-Revision: 31380
Gabor Juhos [Fri, 20 Apr 2012 15:24:57 +0000 (15:24 +0000)]
cns21xx: add support for 3.3
SVN-Revision: 31379
Gabor Juhos [Fri, 20 Apr 2012 15:24:54 +0000 (15:24 +0000)]
linux/3.3: update ARM mach-types
SVN-Revision: 31378
Jo-Philipp Wich [Fri, 20 Apr 2012 15:18:17 +0000 (15:18 +0000)]
e2fsprogs: fix status reaping with fsck piped to logger, based on patch by Lukasz Golec-Biernat <mojedokumenty+openwrt@gmail.com>
SVN-Revision: 31377
Jo-Philipp Wich [Fri, 20 Apr 2012 15:05:38 +0000 (15:05 +0000)]
enable ntpd server for busybox
hi
Another version, in this one the enable_server option is in the timeserver ntp part of the "system" config file
You can patch trunk and bacfire (tested both)
You can put busybox ntpd in client mode (if you put server), in client & server (by putting enable_server to 1, ntpd listen to udp 123), and also in server mode only (if you didn't put any servers in the config and still put enable_server 1, ntpd will answer with the time of the router)
I've replaced "config_foreach getpeers timeserver" with "config_get peers ntp server" because we want ntp timeserver, not random ones (to pre-answer if someone want to say that it's intrusive ...)
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
Le 27/03/2012 20:41, Etienne Champetier a écrit :
> I've now tested my trunk patch and it works fine
> But I still can't find were $PROG is defined (is this a mistake, or some sort of built in variable???)
> (I've made some grep and nothing)
>
> Le 23/03/2012 02:19, Philip Prindeville a écrit :
>> Maybe:
>>
>> [ -n "$PROG" -a -x "$PROG" ] || return 1
>>
>> instead?
>>
>>
>> On 3/22/12 4:34 PM, Etienne Champetier wrote:
>>> Hi
>>>
>>> The 2 attached patchs (trunk & bacfire) add busybox ntpd enable_server option, as busybox ntpd server is compiled by default.
>>> We only need 1 client/server daemon (olipro patch was launching 2 daemons)
>>> I've fully tested the bacfire patch, and as i don't have a running openwrt trunk i'm not sure for the trunk patch (i'm sure about my modifications, but i'm not sure about "[ -x $PROG ] || return 1", as "$PROG" isn't defined ?!)
>>>
>>> Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
>>>
>>>
>>> Le 16/01/2012 01:57, Philip Prindeville a écrit :
>>>> On 1/14/12 11:37 AM, Olipro wrote:
>>>>> On Saturday 14 Jan 2012 02:45:59 Philip Prindeville wrote:
>>>>>> Don't we already have a 'disabled' option? Now we're adding an
>>>>>> 'enable_server' option?
>>>>>>
>>>>>> That seems confusing for no useful reason.
>>>>>>
>>>>> have you bothered to read what I originally wrote? your response would make
>>>>> me inclined to believe that you didn't.
>>>>>
>>>>> currently the ntpd initscript only runs it as a CLIENT - this patch enables
>>>>> you to have one instance running as a client and another as a SERVER that
>>>>> other hosts can synchronise with.
>>>>>
>>>>> Or perhaps I'm misunderstanding, what would you propose for allowing the
>>>>> built-in busybox ntpd to be utilised as a server? a separate init script
>>>>> entirely perhaps?
>>>> Or separate config sections... instead of 'config ntp' have 'config ntp-server' and 'config ntp-client'.
>>>>
>>>> -Philip
>>>>
>>>>
>>>> _______________________________________________
>>>> openwrt-devel mailing list
>>>> openwrt-devel@lists.openwrt.org
>>>> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
>> _______________________________________________
>> openwrt-devel mailing list
>> openwrt-devel@lists.openwrt.org
>> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
SVN-Revision: 31374
Claudio Mignanti [Fri, 20 Apr 2012 13:33:04 +0000 (13:33 +0000)]
Add a missing symbol for config-3.3
Signed-off-by: Claudio Mignanti <c.mignanti@gmail.com>
SVN-Revision: 31373
Claudio Mignanti [Fri, 20 Apr 2012 13:33:01 +0000 (13:33 +0000)]
Reorganize the subtargets, group subtargets per cpu family
Signed-off-by: Claudio Mignanti <c.mignanti@gmail.com>
SVN-Revision: 31372
Claudio Mignanti [Fri, 20 Apr 2012 13:32:55 +0000 (13:32 +0000)]
Update the kernel to 3.3.x series, remove patches that doesn't apply anymore
Signed-off-by: Claudio Mignanti <c.mignanti@gmail.com>
SVN-Revision: 31371
Claudio Mignanti [Fri, 20 Apr 2012 13:27:16 +0000 (13:27 +0000)]
Ensure that the bin directory exists before copy the files
Signed-off-by: Claudio Mignanti <c.mignanti@gmail.com>
SVN-Revision: 31370
Florian Fainelli [Fri, 20 Apr 2012 13:25:26 +0000 (13:25 +0000)]
remove some annoying warnings and fix snd modules build
SVN-Revision: 31365
Florian Fainelli [Fri, 20 Apr 2012 13:25:23 +0000 (13:25 +0000)]
add missing config symbol
SVN-Revision: 31364
Florian Fainelli [Fri, 20 Apr 2012 13:25:20 +0000 (13:25 +0000)]
gpio-button-hotplug: don't build on 2.6.30
SVN-Revision: 31363
Florian Fainelli [Fri, 20 Apr 2012 13:25:17 +0000 (13:25 +0000)]
button-hotplug: prevent build on 2.6.30
SVN-Revision: 31362
Florian Fainelli [Fri, 20 Apr 2012 13:25:08 +0000 (13:25 +0000)]
xfsprogs: disable po files building
SVN-Revision: 31361
Gabor Juhos [Thu, 19 Apr 2012 21:32:05 +0000 (21:32 +0000)]
ar71xx: nuke 3.2 support
SVN-Revision: 31360
Gabor Juhos [Thu, 19 Apr 2012 21:31:58 +0000 (21:31 +0000)]
ar71xx: switch to 3.3.2
SVN-Revision: 31359
Gabor Juhos [Thu, 19 Apr 2012 21:31:53 +0000 (21:31 +0000)]
ar71xx: sync 3.3 config
SVN-Revision: 31358
Gabor Juhos [Thu, 19 Apr 2012 21:31:50 +0000 (21:31 +0000)]
ar71xx: merge/reorganize 3.3 patches
SVN-Revision: 31357
Gabor Juhos [Thu, 19 Apr 2012 21:31:48 +0000 (21:31 +0000)]
ar71xx: use ap91_pci_init for RB751{,G}
SVN-Revision: 31356
Gabor Juhos [Thu, 19 Apr 2012 21:31:43 +0000 (21:31 +0000)]
ar71xx: move USB device registration directly into rb751{,g}_setup
SVN-Revision: 31355
Gabor Juhos [Thu, 19 Apr 2012 21:31:42 +0000 (21:31 +0000)]
ar71xx: add ap9x_pci_get_wmac_data helper
SVN-Revision: 31354
Gabor Juhos [Thu, 19 Apr 2012 21:31:40 +0000 (21:31 +0000)]
ar71xx: add sanity checks to decode_rle
Also use -EINVAL instead of -1.
SVN-Revision: 31353
Gabor Juhos [Thu, 19 Apr 2012 21:23:07 +0000 (21:23 +0000)]
avr32: remove old kernel support
SVN-Revision: 31352
Gabor Juhos [Thu, 19 Apr 2012 21:23:02 +0000 (21:23 +0000)]
avr32: switch to 3.3.2
uClibc-0.9.33 causes segfaults at least in iptables.
The segfaults are present with 2.6.39 as well, so it
makes no sense to stick to that version.
SVN-Revision: 31351
Gabor Juhos [Thu, 19 Apr 2012 21:22:50 +0000 (21:22 +0000)]
avr32: sync kernel config
SVN-Revision: 31350
Gabor Juhos [Thu, 19 Apr 2012 21:22:48 +0000 (21:22 +0000)]
avr32: fix atomic64_t related kernel build errors
SVN-Revision: 31349
Felix Fietkau [Thu, 19 Apr 2012 18:32:39 +0000 (18:32 +0000)]
mac80211: update to 2012-04-17, adds some build fixes and juhosg's ar9380 tx power fix
SVN-Revision: 31347
Jo-Philipp Wich [Thu, 19 Apr 2012 14:05:53 +0000 (14:05 +0000)]
openssl: update to v1.0.1a (CVE-2012-2110)
SVN-Revision: 31346
Florian Fainelli [Wed, 18 Apr 2012 15:36:33 +0000 (15:36 +0000)]
switch to 3.2.15
SVN-Revision: 31345
Florian Fainelli [Wed, 18 Apr 2012 15:36:30 +0000 (15:36 +0000)]
fix 335-mips-kexec patch for all 3+ kernels
SVN-Revision: 31344
Jonas Gorski [Wed, 18 Apr 2012 15:14:05 +0000 (15:14 +0000)]
make xz ramdisk images also available for 2.6.39+
2.6.38 isn't the only kernel supporting it.
SVN-Revision: 31343
Mirko Vogt [Wed, 18 Apr 2012 01:10:37 +0000 (01:10 +0000)]
when choosing eglibc select eglibc version 2.13 by default
SVN-Revision: 31342
Mirko Vogt [Wed, 18 Apr 2012 01:10:20 +0000 (01:10 +0000)]
remove patch '100-do-not-use-implicit-rules.patch' for eglibc 2.12
Mentioned patch got obsoleted by commit 31300, since it went upstream meanwhile
SVN-Revision: 31341
Felix Fietkau [Tue, 17 Apr 2012 21:35:13 +0000 (21:35 +0000)]
ppp: move ppp-{up,down} from the netifd package to pppd
SVN-Revision: 31340
Felix Fietkau [Tue, 17 Apr 2012 21:35:09 +0000 (21:35 +0000)]
netifd: update to latest, fixes ppp reconnect issues
SVN-Revision: 31339
Jonas Gorski [Tue, 17 Apr 2012 21:01:43 +0000 (21:01 +0000)]
kernel: x86: also update subtarget kernel versions
SVN-Revision: 31338
Jonas Gorski [Tue, 17 Apr 2012 13:12:14 +0000 (13:12 +0000)]
kernel: also update the targets to use 3.2.15
Thanks Gabor for spotting it.
SVN-Revision: 31337
Jonas Gorski [Tue, 17 Apr 2012 12:51:02 +0000 (12:51 +0000)]
kernel: update linux 3.3 to 3.3.2
SVN-Revision: 31336
Jonas Gorski [Tue, 17 Apr 2012 12:50:54 +0000 (12:50 +0000)]
kernel: update linux 3.2 to 3.2.15
SVN-Revision: 31335
Jo-Philipp Wich [Tue, 17 Apr 2012 09:31:16 +0000 (09:31 +0000)]
don't overwrite version.mk, substitute REVISION instead
SVN-Revision: 31327
Felix Fietkau [Tue, 17 Apr 2012 00:05:41 +0000 (00:05 +0000)]
ath9k/ath5k: fix driver load issues with mesh support compiled out
SVN-Revision: 31326
Felix Fietkau [Mon, 16 Apr 2012 21:13:18 +0000 (21:13 +0000)]
iw: sync nl80211.h update with compat-wireless
SVN-Revision: 31323
Felix Fietkau [Mon, 16 Apr 2012 21:08:41 +0000 (21:08 +0000)]
mac80211: update to wireless-testing 2012-04-13
SVN-Revision: 31322
Jo-Philipp Wich [Mon, 16 Apr 2012 15:35:45 +0000 (15:35 +0000)]
mklibs: revert r31315
SVN-Revision: 31316
Jo-Philipp Wich [Mon, 16 Apr 2012 15:11:32 +0000 (15:11 +0000)]
tools/mklibs: add missing <unistd.h> in readelf/elf.cpp
Fixes compile on my Arch Linux system, as unistd.h is needed for ::close().
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
SVN-Revision: 31315
Jo-Philipp Wich [Mon, 16 Apr 2012 15:04:47 +0000 (15:04 +0000)]
bump to Linux v3.3.1
SVN-Revision: 31314
Jo-Philipp Wich [Mon, 16 Apr 2012 15:04:45 +0000 (15:04 +0000)]
Fix bufferbloat in PPPoATM TX queue
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
SVN-Revision: 31313
Jo-Philipp Wich [Mon, 16 Apr 2012 15:04:44 +0000 (15:04 +0000)]
Update ppp TX restart patch to avoid race condition
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
SVN-Revision: 31312
Jo-Philipp Wich [Mon, 16 Apr 2012 15:04:42 +0000 (15:04 +0000)]
iproute2: Add hotplug script to add slave devices to TEQL master
Resolves https://dev.openwrt.org/ticket/11192
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
SVN-Revision: 31311
John Crispin [Mon, 16 Apr 2012 12:31:48 +0000 (12:31 +0000)]
adds 3.3 patches and files
SVN-Revision: 31307
Florian Fainelli [Mon, 16 Apr 2012 12:09:15 +0000 (12:09 +0000)]
backport missing platform data members for gpio-keys
SVN-Revision: 31306
Florian Fainelli [Mon, 16 Apr 2012 12:09:13 +0000 (12:09 +0000)]
backport a missing eeprom 93cx6 define for building rt2x00
SVN-Revision: 31305
Florian Fainelli [Mon, 16 Apr 2012 11:38:38 +0000 (11:38 +0000)]
sierra-directip: disable build with kernels older than 2.6.32 included
SVN-Revision: 31303
Florian Fainelli [Mon, 16 Apr 2012 11:38:35 +0000 (11:38 +0000)]
add missing debugging symbols
SVN-Revision: 31302
Florian Fainelli [Mon, 16 Apr 2012 11:38:33 +0000 (11:38 +0000)]
add missing debugging symbols
SVN-Revision: 31301
Mirko Vogt [Mon, 16 Apr 2012 08:40:45 +0000 (08:40 +0000)]
level up eglibc versions to latest revisions of its respective branches
in particular this solves the issue that eglibc version 2.x produced so-files having the version string 2.(x-1) in its names which confused the toolchain
SVN-Revision: 31300
Florian Fainelli [Sun, 15 Apr 2012 18:53:48 +0000 (18:53 +0000)]
mark set but unused variables as such
SVN-Revision: 31296
Florian Fainelli [Sun, 15 Apr 2012 18:53:45 +0000 (18:53 +0000)]
refresh 2.6.32 patches
SVN-Revision: 31295
Florian Fainelli [Sun, 15 Apr 2012 18:53:42 +0000 (18:53 +0000)]
refresh 2.6.32 patches
SVN-Revision: 31294
Florian Fainelli [Sun, 15 Apr 2012 18:53:39 +0000 (18:53 +0000)]
silence an annoying x86 warning
SVN-Revision: 31293
Travis Kemen [Sun, 15 Apr 2012 16:22:59 +0000 (16:22 +0000)]
disable xfs on avr32
SVN-Revision: 31291
Jo-Philipp Wich [Sun, 15 Apr 2012 15:21:55 +0000 (15:21 +0000)]
base-files: reformat banner to better work with varying version string lengths, do not set image options if menu is disabled (#11280)
SVN-Revision: 31289
Hauke Mehrtens [Sun, 15 Apr 2012 09:50:51 +0000 (09:50 +0000)]
at91: Missing kernel config symbols for AT91 target platform
I looked into buildbot snapshots and noticed that some platforms have
not successfully compiled for a long time. One example is at91, which
seems to be missing device-related kernel config symbols and the
snapshot build crashes already there.
Please find attached a patch that makes the at91 kernel config and
build to succeed again.
Signed off by: hannu.nyman@iki.fi
SVN-Revision: 31288
Hauke Mehrtens [Sat, 14 Apr 2012 12:12:22 +0000 (12:12 +0000)]
brcm47xx: fix a bug in the sprom handling of bcma, this broke all bcma based SoCs.
bcma: use fallback sprom if no on chip sprom is available
SVN-Revision: 31285
Jonas Gorski [Sat, 14 Apr 2012 09:05:02 +0000 (09:05 +0000)]
tools: sdcc: fix order of linking with libm
Fixes a build failure caught by buildbot.
SVN-Revision: 31284
Hauke Mehrtens [Fri, 13 Apr 2012 19:37:15 +0000 (19:37 +0000)]
kernel: refresh patches
SVN-Revision: 31279
Hauke Mehrtens [Fri, 13 Apr 2012 19:35:40 +0000 (19:35 +0000)]
kernel: update bcma and ssb to version master-2012-04-12 from wireless-testing
SVN-Revision: 31278
Hauke Mehrtens [Fri, 13 Apr 2012 18:37:46 +0000 (18:37 +0000)]
mac80211: add missing dependency to mac80211 to brcmsmac
SVN-Revision: 31277
Hauke Mehrtens [Fri, 13 Apr 2012 16:53:16 +0000 (16:53 +0000)]
brcm47xx: remove support for kernel 3.0
SVN-Revision: 31276
Felix Fietkau [Fri, 13 Apr 2012 13:38:49 +0000 (13:38 +0000)]
ixp4xx: add support for linux 3.3.1
SVN-Revision: 31275
Felix Fietkau [Fri, 13 Apr 2012 13:38:45 +0000 (13:38 +0000)]
kernel: fix arm compressed images build on mac os x
SVN-Revision: 31274
Jo-Philipp Wich [Fri, 13 Apr 2012 10:47:45 +0000 (10:47 +0000)]
don't overwrite version.mk, substitute REVISION instead
SVN-Revision: 31271
Jo-Philipp Wich [Thu, 12 Apr 2012 23:30:27 +0000 (23:30 +0000)]
PATCH: Disable console terminal in Grub for alix2 target
The alix2 target has the VGA console for grub enabled by default. This
prevents the grub menu from appearing on bootup. It is disabled by
default for the other embedded x86 platforms. This patch corrects that
behavior for the alix2 target.
Signed-off-by: Adam Gensler <openwrt@kristenandadam.net>
SVN-Revision: 31270
Jo-Philipp Wich [Thu, 12 Apr 2012 23:08:13 +0000 (23:08 +0000)]
populate repositories.conf from version.mk
SVN-Revision: 31268
Jo-Philipp Wich [Thu, 12 Apr 2012 23:01:39 +0000 (23:01 +0000)]
base-file: cleanup white space in Kconfig source
SVN-Revision: 31267
Felix Fietkau [Thu, 12 Apr 2012 21:28:18 +0000 (21:28 +0000)]
ath9k: fix sleep mode handling issues, should improve client mode reliability
SVN-Revision: 31265
Jo-Philipp Wich [Thu, 12 Apr 2012 17:31:16 +0000 (17:31 +0000)]
include, base-files, opkg: introduce version configuration to override the embedded version info of generated images - Introduce new Kconfig symbols VERSION_DIST, VERSION_NICK, VERSION_NUMBER and VERSION_REPO to specify distribution, release name, version and repository for a given build - Introduce include/version.mk to provide common helpers for packages dealing with versions - Make opkg use version.mk to populate the opkg.conf template - Make base-files use version.mk to populate /etc/openwrt_version, /etc/openwrt_release and /etc/banner
The available placeholders are:
%D .. Replace with $(CONFIG_VERSION_DIST), default to "OpenWrt"
%d .. Like %D, but all characters made lowercase and spaces substituted with "_" (e.g. "openwrt")
%N .. Replace with $(CONFIG_VERSION_NICK), default to the build tree release (e.g. "Attitude Adjustment")
%n .. Like %N, but all characters made lowercase and spaces substituted with "_" (e.g. "attitude_adjustment")
%V .. Replace with $(CONFIG_VERSION_NUMBER), default to the build tree release (e.g. "r31262")
%v .. Like %V, but all characters made lowercase and spaces substituted with "_"
%C .. Replace with $(CONFIG_VERSION_NUMBER), default to "Bleeding Edge"
%c .. Like %C, but all characters made lowercase and spaces substituted with "_" (e.g. "bleeding_edge")
%U .. Replace with $(CONFIG_VERSION_REPO), default to "http://downloads.openwrt.org/snapshots/trunk/%T/packages"
%R .. Replace with the current build tree revision (e.g. "r31262" or "
75488c4a05b8033cf69e91874a61852db7ba9c6c")
%T .. Replace with the current target (e.g. "ar71xx")
%S .. Replace with the current target/subtarget combo (e.g. "adm5120/router_le")
SVN-Revision: 31262
Felix Fietkau [Thu, 12 Apr 2012 13:58:07 +0000 (13:58 +0000)]
netifd: update to 2012-04-12, fixes interface reconnect issues and improves interface status info
SVN-Revision: 31261
John Crispin [Thu, 12 Apr 2012 12:33:56 +0000 (12:33 +0000)]
update 3.2 patches
sync with lantiq kernel series
SVN-Revision: 31260
Mirko Vogt [Thu, 12 Apr 2012 12:19:56 +0000 (12:19 +0000)]
add missing includes ('unistd.h') for mklibs
This is needed when compiling with GCC >= 4.7.0 since it doesn't implicitly include 'unistd.h' anymore (needed e.g. for file operations in this particular case)
- Thanks to Luka Perkov
SVN-Revision: 31259
Jo-Philipp Wich [Thu, 12 Apr 2012 09:43:44 +0000 (09:43 +0000)]
base-files: remove network preconfig, it collides with ar71xx network firstboot uci-defaults To supply custom network settings, it is better to embed a complete network config file using the files/ overlay, the old image lan preconfig options are also very limited in scope and actually collide with sysupgrade and firstboot hardware detection on at least ar71xx and possibly other targets, therfore drop this facility.
SVN-Revision: 31258
Jo-Philipp Wich [Thu, 12 Apr 2012 09:43:43 +0000 (09:43 +0000)]
remove preconfig variables
SVN-Revision: 31257