1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: target/embedded/config.in
5 # Copyright (C) 2004 - 2005 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; version 2 of the License. A copy of the
12 # GNU General Public License can be found in the file COPYING.
13 # --- T2-COPYRIGHT-NOTE-END ---
15 #Description: Wireless Router (incomplete!)
17 embedded_pkgfilter() {
19 # mangle all packages to only build them in the cross stage (1)
20 s,^. \(.\)[^ ]*,X \11--------,;
21 # we need those for some broken packages that need updating
22 / automake / { s,^. [^ ]*,X 0---------,; p; d; }
23 / libtool / { s,^. [^ ]*,X 0---------,; p; d; }
25 / binutils / { s,^. [^ ]*,X 0---------,; p; d; }
26 / gcc / { s,^. [^ ]*,X 0---------,; p; d; }
27 / squashfs-tools / { s,^. [^ ]*,X 0---------,; p; d; }
31 pkgfilter embedded_pkgfilter
33 SDECFGSET_IMAGE='none'
34 SDECFGSET_PKGFILE_TYPE='none'
35 SDECFGSET_PKGFILE_VER=0
37 SDECFGSET_LIBC='uclibc'
38 SDECFGSET_INIT='minit'
42 SDECFGSET_DO_REBUILD_STAGE=0
43 SDECFGSET_DISABLE_NLS=1
45 SDECFGSET_PKG_BUSYBOX_SYMLINKS=1