Felix Fietkau
14840f6854
eglibc: disable ssp, it breaks the build
...
SVN-Revision: 25280
2011-02-01 16:21:49 +00:00
Felix Fietkau
083e9fddff
tools/mpc: add dependency on mpfr
...
SVN-Revision: 25279
2011-02-01 16:21:46 +00:00
John Crispin
1e89df511a
* adds profiles to the kernel * fixes 2 compile errors in the usb driver * ioports were not allocated properly
...
SVN-Revision: 25278
2011-02-01 14:37:35 +00:00
John Crispin
e919bd002a
* drop codebase in favour of lantiq target
...
SVN-Revision: 25277
2011-02-01 14:35:36 +00:00
John Crispin
61527e0b52
should depend on lantiq and not ifxmips
...
SVN-Revision: 25276
2011-02-01 14:33:40 +00:00
John Crispin
fd551c1fa7
* rename voice package * sync with lantiqs release * make it work on lantiq kernel
...
SVN-Revision: 25275
2011-02-01 14:32:25 +00:00
John Crispin
79b3d8f69a
* rename lqdsl packages to ltq-dsl * small rework of packages * make it work with latest kernel
...
SVN-Revision: 25274
2011-02-01 14:30:38 +00:00
John Crispin
c7bb106433
* rework the arcadyan sku support * adds a few new boards and switches
...
SVN-Revision: 25273
2011-02-01 14:26:47 +00:00
Imre Kaloz
7ab8489f82
config symbol cleanup
...
SVN-Revision: 25272
2011-02-01 13:18:26 +00:00
Imre Kaloz
ae7209a6a4
add missing symbols
...
SVN-Revision: 25271
2011-02-01 12:44:16 +00:00
Daniel Dickinson
3fa871cb4b
block-extroot: Fixed the functionality that disables the extroot after a firmware upgrade (which is necessary because of possible kernel version or uClibc version conflicts). It was implented but actually failed to disable extroot when it should have. This commit fixes that.
...
SVN-Revision: 25269
2011-02-01 06:28:59 +00:00
Vasilis Tsiligiannis
3a3d95b191
base-files: Remove deprecated hotplug2 commands, update old commands to new
...
SVN-Revision: 25268
2011-01-31 22:29:31 +00:00
Felix Fietkau
c4d2dde396
add a template for cmake packages
...
SVN-Revision: 25265
2011-01-31 20:16:01 +00:00
Felix Fietkau
0756895047
add tools/cmake
...
SVN-Revision: 25264
2011-01-31 20:15:57 +00:00
Felix Fietkau
ca354290eb
libnl-tiny: add unl a convenience wrapper around the libnl api
...
SVN-Revision: 25263
2011-01-31 19:57:28 +00:00
Daniel Dickinson
ef8a192e42
block-extroot: Fixed hang when no modules in on either squashfs or jffs2 and suppressed extraneous not found error message when no modules on jffs2.
...
SVN-Revision: 25259
2011-01-31 05:11:38 +00:00
Felix Fietkau
e00933b6d6
cfg80211: revert the max power patch - it seems to be limiting tx power too much on some devices
...
SVN-Revision: 25258
2011-01-30 23:35:00 +00:00
Jo-Philipp Wich
49057274ff
geos: preconfig fix
...
SVN-Revision: 25255
2011-01-30 21:07:39 +00:00
Florian Fainelli
efb455eebe
udev: install development libraries in staging dir ( #8370 )
...
SVN-Revision: 25245
2011-01-29 22:06:26 +00:00
Florian Fainelli
058b54773a
kmod-via-velocity depends on kmod-crc-ccitt ( #8730 )
...
SVN-Revision: 25244
2011-01-29 22:06:23 +00:00
Michael Büsch
e9eee3c0b8
omap24xx: Move p54 eeprom init to preinit
...
SVN-Revision: 25242
2011-01-29 18:45:28 +00:00
Michael Büsch
2c26b69626
Add p54spi EEPROM initscript
...
SVN-Revision: 25241
2011-01-29 18:15:19 +00:00
Jo-Philipp Wich
a0b2eba08c
base-files: fix a typo in processing of additional dhcp request opts
...
SVN-Revision: 25239
2011-01-29 17:06:07 +00:00
Felix Fietkau
e146d9b386
cfg80211: do not overwrite the hardware max power setting in the regulatory code, fixes reported tx power values
...
SVN-Revision: 25238
2011-01-29 13:51:33 +00:00
Jo-Philipp Wich
a8edd9d50e
base-files: fix handling of dhcp "reqopts" option
...
SVN-Revision: 25237
2011-01-29 13:45:16 +00:00
Michael Büsch
001b9359de
n810 profile: Add calvaria
...
SVN-Revision: 25236
2011-01-29 12:39:14 +00:00
Felix Fietkau
b0359432ae
scripts/diffconfig.sh: use the new kconfig mode to remove some more unnecessary entries in the generated output
...
SVN-Revision: 25233
2011-01-29 02:35:28 +00:00
Felix Fietkau
b760b5fcf7
scripts/kconfig.pl: add a mode to generate a config diff that ignores added undefined config values
...
SVN-Revision: 25232
2011-01-29 02:35:24 +00:00
Felix Fietkau
024dc6ea5f
add scripts/diffconfig.sh: a tool for making reduced .config files these files contain only the target selection and options that differ from the default settings this makes it much easier to review .config files
...
SVN-Revision: 25231
2011-01-29 02:22:45 +00:00
Felix Fietkau
b0f60f8023
scripts/config: add an option for making the conf tool write to a different file
...
SVN-Revision: 25230
2011-01-29 02:22:40 +00:00
Florian Fainelli
3810bdf320
br2684ctl from linux-atm
...
Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com>
SVN-Revision: 25225
2011-01-29 02:14:22 +00:00
Felix Fietkau
4e6bca2d05
uClibc: use the arch specific thread stack size for nptl if the size returned by getrlimits exceeds it - fixes threads on systems with only 16 MB RAM
...
SVN-Revision: 25223
2011-01-29 00:21:13 +00:00
Michael Büsch
00994ee99e
n810bm: Implement more ADC basics
...
SVN-Revision: 25222
2011-01-28 22:45:37 +00:00
Jo-Philipp Wich
3b3e5b7a49
uhttpd: substitute "+" with space when using the -d flag, lazyload tls support
...
SVN-Revision: 25220
2011-01-28 19:50:33 +00:00
Michael Büsch
6c7916e975
n810: Install matchbox-keyboard
...
SVN-Revision: 25218
2011-01-28 19:38:20 +00:00
Michael Büsch
e1eeb8faae
n810: Use tint2 by default
...
SVN-Revision: 25214
2011-01-28 17:36:45 +00:00
Michael Büsch
fd0743debc
omap24xx: Workaround n810 FN key issue
...
SVN-Revision: 25212
2011-01-28 17:31:34 +00:00
Jo-Philipp Wich
ab217388a9
uClibc: remove references to $(CONFIG_LARGEFILE)
...
SVN-Revision: 25209
2011-01-28 17:04:08 +00:00
Jo-Philipp Wich
3052dfbb85
remove support for disabling large file support, it is broken, breaks compatibility to anything and has no effect on most packages
...
SVN-Revision: 25208
2011-01-28 17:00:43 +00:00
Felix Fietkau
04628c88d4
ath9k: reduce allocation size, common->cachelz is already added to the buffer size elsewhere
...
SVN-Revision: 25205
2011-01-28 16:58:08 +00:00
Felix Fietkau
0a54236bea
ath9k: fix a compile error in the debug stubs ( fixes #8737 , #8745 )
...
SVN-Revision: 25204
2011-01-28 16:58:05 +00:00
Felix Fietkau
bf51ee3572
gcc: fix linaro 4.5.1 version check
...
SVN-Revision: 25203
2011-01-28 16:37:30 +00:00
Felix Fietkau
50c44d0b54
cron: Add path
...
Override PATH for /etc/init.d/cron. This is necessary to ensure all programs
can be found when executing the script from remote by using ssh.
(e.g. ssh IP /etc/init.d/cron restart)
Patch from: kentarou matsuyama <matsuyama@thinktube.com>
SVN-Revision: 25196
2011-01-28 12:50:10 +00:00
Imre Kaloz
a48d1f3a70
refresh patches
...
SVN-Revision: 25195
2011-01-28 12:34:32 +00:00
Felix Fietkau
d288f855e3
add a missing wrapper for the refresh target for host builds
...
SVN-Revision: 25193
2011-01-28 12:13:58 +00:00
Felix Fietkau
718645d581
mac80211: ignore errors in the command to set the rx/tx antenna - many drivers do not support this yet
...
SVN-Revision: 25192
2011-01-28 12:01:54 +00:00
Felix Fietkau
2e6f6843a6
uClibc: fix version check for 0.9.32
...
SVN-Revision: 25189
2011-01-28 02:41:53 +00:00
Felix Fietkau
57e5df3758
binutils: backport a fix for broken relocation entries on mips with -fPIE, fixes dbus-server crash with sstrip
...
SVN-Revision: 25188
2011-01-28 02:29:01 +00:00
Felix Fietkau
b514156559
uClibc: make 0.9.32-git default, it fixes lots of bugs compared to earlier versions (especially threading issues), and the known regressions have been fixed
...
SVN-Revision: 25187
2011-01-28 01:10:45 +00:00
Felix Fietkau
b00758f178
uClibc 0.9.32: fix infinite recursion on application exit triggered by linking libc before libpthread
...
SVN-Revision: 25186
2011-01-28 01:10:41 +00:00