Age | Commit message (Collapse) | Author |
|
Conflicts:
Config.in
package/dropbear/Makefile
package/iptables/Makefile
package/kismet/Makefile
package/nfs-utils/Makefile
package/ntpclient/Makefile
package/openvpn/Makefile
package/pkgmaker
package/rxvt-unicode/Makefile
package/vgp/Makefile
package/wpa_supplicant/Makefile
package/xf86-input-keyboard/Makefile
package/xf86-input-mouse/Makefile
|
|
- update busybox, dnsmasq, ppp and libusb
- add timezone and hostname configuration for target via menu
- fix resolv.conf creation for dhcp client
- fix usb for alix boards
- enable lsusb and lspci by default
|
|
|
|
ipkg will automatically mount the normal read-only rootfs as read-write
and after the command back to read-only. ipkg install/remove/upgrades
are only supported for compact disk or disk based systems. On flash systems
better reflash completely.
make a kernel package containing the real kernel.
Adjust ipkg.conf to contain a configurable server adress.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- add support for IBM X40 notebook
- add USB boot support
- add firefox package
- update and add all dependencies for firefox
- add xorg intel driver
- add dri support for xorg
|
|
|
|
|
|
and update alix/wrap targets to 2.6.33
|
|
|
|
|
|
|
|
|
|
In fact, this leads to 'make oldconfig' waiting for user input without
prompting her for any.
|
|
remove special cases (tomtom/g1)
|
|
|
|
|
|
All packages need an update, so here is a very huge commit.
Most of the 460 source packages use automatic style for configuration,
building and installing. Make these styles default to "auto".
If you have a package, which does not conform to this, just use
manual style and add a do-$task make target.
I added a new style named AUTOTOOL style, which is needed for some
broken packages, which needs to be updated via autoconf or automake.
I renamed CONFIGURE_STYLE to CONFIG_STYLE.
Updates for some packages, which have newer upstream versions.
Renaming of all package/*/extra directories. Use the directory
src/ to provide overwrites of source files or to add the code, when
no upstream package is available or used. src directory will be automatically
used.
|
|
add bulk targets for allmodconfig/allconfig.
add more targets to the bulk list.
use a separate .cfg directory for target-libc combinations.
|
|
IMPORTANT: do a make distclean before compiling after
this commit.
The directories for all build and bin directories changed, so
that toolchains for different target-libc combinations can coexist.
This might be usefule in the future for continous compiling after
git commit, without rebuilding the toolchain.
Rework busybox rebuild, when config changes. Not optimal, but at least
working after this change to the directory structure.
|
|
|
|
No need to call sed here, as tr already does exactly what we want to,
just by extending the expression passed to it.
|
|
|
|
|
|
In a built clone, whenever I change any package/*/Makefile, depmaker and
pkgmaker need to be run again. Before, depmaker wasn't run again as long
as ${TOPDIR}/.config wasn't touched (which is in fact unused by depmaker
and therefore probably a wrong dependency), pkgmaker wasn't run as long
as .menu existed (which now has to be newer than any of the above
Makefiles). While here, this patch also fixes a small whitespace error.
|
|
|
|
|
|
now you can use make dep menu menuconfig, if you change any
PKG_DEPENDS or PKG_BUILDDEPS
|
|
|
|
|
|
|
|
avoid pkgmaker warning. quagga is a multi package.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
it saves more than 200 kb on minimal setup for AG241 target.
Normally reflashing or complete updates are recommended.
Partial updates via ipkg are not supported right now.
(we have a read-only root filesystem without any writable
partition for any data outside /etc)
If someone likes ipkg, it still can be selected and used.
|
|
update several packages, remove snort-wireless.
|
|
finally autogenerate menu Config.in files and Depends.mk
for packages. thx mirabilos
Conflicts:
.gitignore
Makefile
mk/build.mk
package/eglibc/Config.in
package/glibc/Config.in
package/uclibc++/Config.in
package/uclibc/Config.in
rules.mk
|