Age | Commit message (Collapse) | Author |
|
pkgmaker should only be run by developers. takes to long otherwise.
generated Config.in data can be committed.
|
|
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
|
|
Also removes packages wbx@ asked me to due to obsolecy.
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
|
|
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
|
|
- use ADK_TARGET and FS for kernel files
- use ADK_TARGET, ADK_LIBC and FS for image files
ARCH is implicit in ADK_TARGET encoded.
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
|
|
|
|
|
|
- bridging nas0 and eth0 although works fine
need to add pre-up scripts to automate..
|
|
- fix dsl driver crash, sync is now successful
- add ppp ppp over atm
|
|
|
|
- driver package for ag241 dsl modem, it loads, but
we will see if it works..
|
|
- my wag54g died. disable wag54g for now.
- add 2.6.32 support for ag241.
- cpmac still broken
|
|
|
|
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Conflicts:
mk/build.mk
|
|
|
|
|
|
|
|
|
|
make an extra linux-headers dir in STAGING_DIR for special
cases, where host gcc is used, but kernel headers from Linux
are needed. Move GNU make specific export to GNUMakefile.
|
|
|
|
|
|
|
|
- enable driver
- show help how to start qemu with ssh port redirected
from host to guest
|
|
This reverts commit c43e3565c4711326c3f61785ee00a75ccbcc0c90.
|
|
|
|
- do not use grub bootloader
- enable kernel+initramfs targets
- use sata drivers by default
|
|
- fix image build for different root filesystems
- get rid of duplicate symlink to include dir
- finetune mpd config file
|
|
- update tinc, openssl and xinetd
- fix openssh and dropbear coexistence
- fix some kernel module load orders
|
|
- openssh, aircrack-ng, autoconf, lighttpd
- use mplayer svn version
|
|
- update some applications
asterisk, curl, strace, radvd, rpm
- fix allconfig
- /dev for full build seems to need more than 64k
|
|
- tested with a transparent squid proxy
- fix some minor other stuff
- not completely ready
|
|
- remove ADK_IPV6, ADK_CXX and ADK_X11
- enable ipv6 by default in uclibc
- enable build of c++ compiler by default
|
|
- tested via nfs boot
- fix dansguardian zlib dependency
|
|
|
|
|
|
- fix DEVICE -> ADK_TARGET conversions missed last time
- make wrap boot via PXE
|
|
- update rtorrent, libtorrent and libsigc++
- add skeleton for cfinstaller
- fix uclibc samba compile
- fix parallel builds
- update tcl
- update iw
- remove mac80211 package, use kernel integrated drivers
- mark packages which can not be compiled parallel (make -j2)
|
|
|
|
- update ctorrent, cups, gnutls and freeradius-server
- compile kerberos (heimdal,krb5) with com_err library from
e2fsprogs to allow both to be build without installing local
copys of libcom_err
- cleanup lynx package add zlib dependency
|
|
- the name is better, because qemu f.e. is no hardware device
- use make TARGET=alix1c to start with a configuration for this target
- use make TARGET=alix1c allmodconfig to generate a mostly complete config
to build all available packages for this platform as a package
The all.config and .defconfig files needed to get this working are
dynamically generated.
|
|
|
|
|
|
|
|
|
|
- you can now overwrite your target root dir files with either
- creating a directory extra/ and put a complet file hierarchy into it
- creating a directory anywhere and using make extra=/path/to/dir
both methods will copy the file hierarchy over root dir and then will
create images and tar balls.
useful for overwriten default configuration or adding non packaged
software like java runtime environment.
suggested by Joerg S.
|