Age | Commit message (Collapse) | Author |
|
The 'bounded' attribute seems to never have existed. Replace it by the
'access' attribute which probably does the same. Declare decompressors'
'dst' parameter as read_write for now, no idea if any of them reads back
the written output while decompressing.
Signed-off-by: Phil Sutter <phil@nwl.cc>
|
|
The asprintf() function is not exported unless _GNU_SOURCE has been
defined.
Signed-off-by: Phil Sutter <phil@nwl.cc>
|
|
|
|
|
|
Sometimes it is unclear how exactly files changed in /etc and the md5sum
is no help there. Implement a diff command for these situations. It is
pretty inefficient since it has to perform a second 'setup' before the
actual 'diff' call. To cover for missing recursion support (and also
exclude internal files) by calling diff for each file separately.
Signed-off-by: Phil Sutter <phil@nwl.cc>
|
|
partition
Signed-off-by: Joerg Seitter <adk@seitter.net>
|
|
|
|
|
|
|
|
thx @tg for the info
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
seldom segfault)
|
|
Make configuration of new targets cheap.
Just add a new file in target/arch/sys-enabled/foo.
See other files for syntax. While doing runtime tests
with the new infrastructure I've updated a lot of other
stuff:
- gcc 4.5.2
- uClibc 0.9.32-rc1 (NPTL)
- strongswan, php, miredo, parted, util-linux-ng, e2fsprogs
I promise, this is the last big fat commit this year ;)
|
|
|
|
fix a bug, where the wrong cfgfs partition was used, when
more than one cfgfs partition is available. Always use
the cfgfs partition from the block device, the system is
booted.
|
|
When using reboot, halt or poweroff check for
uncommittet changes in /etc on a cfgfs enabled system.
When installing packages via ipkg, check afterwards if
any uncommittet changes left.
|
|
|
|
|
|
- make cfgfs work for ag241
- split mtd to separate package to control dependencies
- update linux-atm package to latest upstream
- enable atm kernel module building
|
|
- choose backend at runtime
- do not hardcode partition device anymore
|
|
|
|
- fix add_rconf and quoting
- update gpsd to latest upstream
- do not use size parameter for cfgfs and tmpfs
- disable some dangerous busybox options
- fix some kernel module dependencies
|
|
- $id$ substitution is not apropriate for git scm
|
|
- fix typo in last commit
- use a special partition with type id 88 for x86
based machines
- try to automatically find backend storage device for
cfgfs, either partition with type x86 or mtd device
with name cfgfs
|
|
|
|
|