2 # Broadcom Linux Router Makefile
4 # Copyright 2005, Broadcom Corporation
7 # THIS SOFTWARE IS OFFERED "AS IS", AND BROADCOM GRANTS NO WARRANTIES OF ANY
8 # KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM
9 # SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
10 # FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE.
16 # TOMATO_EXPERIMENTAL=1
21 SEP
=echo
"\033[41;1m $@ \033[0m"
46 # !!TB - updated Broadcom Wireless driver 4.150.10.X
59 # configurable packages
61 obj-
$(TCONFIG_L2TP
) += rp-l2tp
62 obj-
$(TCONFIG_PPTP
) += pptp-client
63 obj-
$(TCONFIG_HTTPS
) += openssl
64 obj-
$(TCONFIG_HTTPS
) += matrixssl
65 obj-
$(TCONFIG_SSH
) += dropbear
66 obj-
$(TCONFIG_ZEBRA
) += zebra
67 # obj-$(TCONFIG_IPP2P) += ipp2p
69 ifeq ($(TCONFIG_L2TP
),y
)
72 ifeq ($(TCONFIG_PPTP
),y
)
75 obj-
$(NEED_PPPD
) += pppd
78 obj-clean
:= $(foreach obj
,$(obj-y
) $(obj-n
),$(obj
)-clean)
79 obj-install
:= $(foreach obj
,$(obj-y
),$(obj
)-install)
87 all: clean-build
$(obj-y
) kernel
90 kernel
: $(LINUXDIR
)/.config
93 @if
! grep
-q
"CONFIG_EMBEDDED_RAMDISK=y" $(LINUXDIR
)/.config
; then \
94 $(MAKE
) -C
$(LINUXDIR
) zImage
; \
96 if grep
-q
"CONFIG_MODULES=y" $(LINUXDIR
)/.config
; then \
97 $(MAKE
) -C
$(LINUXDIR
) modules
; \
102 $(MAKE
) -C
$(LINUXDIR
) modules
105 cd
$(TARGETDIR
)/lib
/modules
/2.4.20 && find
-name
"*.o" -exec mv
-i
{} . \
; || true
106 cd
$(TARGETDIR
)/lib
/modules
/2.4.20 && find
-type d
-delete || true
108 install package
: $(obj-install
) $(LINUXDIR
)/.config
111 install -d
$(TARGETDIR
)
115 $(MAKE
) -C
$(LINUXDIR
) modules_install DEPMOD
=/bin
/true INSTALL_MOD_PATH
=$(TARGETDIR
)
116 find
$(TARGETDIR
)/lib
/modules
-name
*.o
-exec mipsel-linux-strip
--strip-unneeded
{} \
;
118 -cd
$(TARGETDIR
)/lib
/modules
/2.4.20/kernel
/drivers
/net
&& mv diag
/* .
&& rm -rf diag
121 -cd
$(TARGETDIR
)/lib
/modules
/2.4.20/kernel
/drivers
/net
&& mv et
.4702/* .
&& rm -rf et
.4702 || true
122 cd
$(TARGETDIR
)/lib
/modules
/2.4.20/kernel
/drivers
/net
&& mv et
/* .
&& rm -rf et
123 cd
$(TARGETDIR
)/lib
/modules
/2.4.20/kernel
/drivers
/net
&& mv wl
/* .
&& rm -rf wl
124 cd
$(TARGETDIR
)/lib
/modules
/2.4.20/kernel
/fs
&& mv cifs
/* .
&& rm -rf cifs
125 cd
$(TARGETDIR
)/lib
/modules
/2.4.20/kernel
/fs
&& mv jffs2
/* .
&& rm -rf jffs2 || true
126 cd
$(TARGETDIR
)/lib
/modules
/2.4.20/kernel
/fs
&& mv jffs
/* .
&& rm -rf jffs || true
127 cd
$(TARGETDIR
)/lib
/modules
/2.4.20/kernel
/lib
&& mv zlib_inflate
/* .
&& rm -rf zlib_inflate
128 cd
$(TARGETDIR
)/lib
/modules
/2.4.20/kernel
/lib
&& mv zlib_deflate
/* .
&& rm -rf zlib_deflate
129 rm -rf
$(TARGETDIR
)/lib
/modules
/2.4.20/pcmcia
132 for
dir in
$(wildcard $(patsubst %,$(INSTALLDIR
)/%,$(obj-y
))) ; do \
133 (cd
$${dir} && tar cpf
- .
) |
(cd
$(TARGETDIR
) && tar xpf
-) \
136 ifneq ($(TCONFIG_JFFS2
),y
)
137 rm -f
$(TARGETDIR
)/lib
/modules
/2.4.20/kernel
/fs
/jffs2.o || true
138 rm -f
$(TARGETDIR
)/lib
/modules
/2.4.20/kernel
/fs
/jffs.o || true
139 rm -rf
$(TARGETDIR
)/lib
/modules
/2.4.20/kernel
/lib
/zlib_
*
142 ifneq ($(TCONFIG_CIFS
),y
)
143 rm -f
$(TARGETDIR
)/lib
/modules
/2.4.20/kernel
/fs
/cifs.o
146 ifneq ($(TCONFIG_L7
),y
)
147 rm -f
$(TARGETDIR
)/lib
/modules
/2.4.20/kernel
/net
/ipv4
/netfilter
/ipt_layer7.o
148 rm -f
$(TARGETDIR
)/usr
/lib
/iptables
/libipt_layer7.so
151 # separated extra stuff
152 @
rm -rf
$(PLATFORMDIR
)/extras
153 @mkdir
$(PLATFORMDIR
)/extras
154 @mv
$(TARGETDIR
)/lib
/modules
/2.4.20/kernel
/net
/ipv4
/ip_gre.o
$(PLATFORMDIR
)/extras
/
155 @mv
$(TARGETDIR
)/lib
/modules
/2.4.20/kernel
/drivers
/net
/tun.o
$(PLATFORMDIR
)/extras
/
158 install $(LIBDIR
)/ld-uClibc.so
.0 $(TARGETDIR
)/lib
/
159 install $(LIBDIR
)/libcrypt.so
.0 $(TARGETDIR
)/lib
/
160 install $(LIBDIR
)/libc.so
.0 $(TARGETDIR
)/lib
/
161 install $(LIBDIR
)/libdl.so
.0 $(TARGETDIR
)/lib
/
162 install $(LIBDIR
)/libm.so
.0 $(TARGETDIR
)/lib
/
163 install $(LIBDIR
)/libnsl.so
.0 $(TARGETDIR
)/lib
/
164 ifeq ($(TCONFIG_SSH
),y
)
165 install $(LIBDIR
)/libutil.so
.0 $(TARGETDIR
)/lib
/
168 @cd
$(TARGETDIR
) && $(TOP
)/others
/rootprep.sh
171 busybox
/examples
/depmod-t.pl
-k
$(LINUXDIR
)/vmlinux
-b
$(TARGETDIR
)/lib
/modules
/2.4.20/
174 @
rm -f
$(TARGETDIR
)/lib
/modules
/2.4.20/build
177 @chmod
0555 $(TARGETDIR
)/lib
/*.so
*
180 @mkdir
-p
$(TARGETDIR
)/rom
/etc
/l7-protocols
181 ifeq ($(TCONFIG_L7PAT
),y
)
182 @cd layer7
&& .
/squish.sh
183 cp layer7
/squished
/*.pat
$(TARGETDIR
)/rom
/etc
/l7-protocols
186 @
$(MAKE
) -C
$(SRCBASE
)/linux
/linux
/scripts
/squashfs mksquashfs-lzma
187 @
$(SRCBASE
)/linux
/linux
/scripts
/squashfs
/mksquashfs-lzma
$(TARGETDIR
) $(PLATFORMDIR
)/target.image
189 # Package kernel and filesystem
190 # if grep -q "CONFIG_EMBEDDED_RAMDISK=y" $(LINUXDIR)/.config ; then \
191 # cp $(PLATFORMDIR)/target.image $(LINUXDIR)/arch/mips/ramdisk/$${CONFIG_EMBEDDED_RAMDISK_IMAGE} ; \
192 # $(MAKE) -C $(LINUXDIR) zImage ; \
194 # cp $(LINUXDIR)/arch/mips/brcm-boards/bcm947xx/compressed/vmlinuz $(PLATFORMDIR)/ ; \
195 # trx -o $(PLATFORMDIR)/linux.trx $(PLATFORMDIR)/vmlinuz $(PLATFORMDIR)/target.image ; \
198 # Pad self-booting Linux to a 64 KB boundary
199 # cp $(LINUXDIR)/arch/mips/brcm-boards/bcm947xx/compressed/zImage $(PLATFORMDIR)/
200 # dd conv=sync bs=64k < $(PLATFORMDIR)/zImage > $(PLATFORMDIR)/linux.bin
201 # Append filesystem to self-booting Linux
202 # cat $(PLATFORMDIR)/target.image >> $(PLATFORMDIR)/linux.bin
210 clean: clean-build
$(obj-clean
)
211 rm -rf layer7
/squished
216 rm -f
$(PLATFORMDIR
)/linux.trx
$(PLATFORMDIR
)/vmlinuz
$(PLATFORMDIR
)/target.image
217 rm -rf
$(PLATFORMDIR
)/extras
220 ifneq ($(INSIDE_MAK
),1)
221 $(MAKE
) -C ..
$@ INSIDE_MAK
=1
228 CONFIG_IN
:= config
/config.in
230 config
/conf config
/mconf
:
234 @config
/conf
$(CONFIG_IN
)
237 @config
/mconf
$(CONFIG_IN
)
239 roldconf
: config
/conf
240 @config
/conf
-o
$(CONFIG_IN
)
243 @
$(MAKE
) -C
$(LINUXDIR
) config
246 @
$(MAKE
) -C
$(LINUXDIR
) menuconfig
249 @
$(MAKE
) -C
$(LINUXDIR
) oldconfig
251 config conf
: rconf kconf
253 menuconfig mconf
: rmconf kmconf
255 oldconfig oldconf
: roldconf koldconf
259 # overrides and extra dependencies
263 @cd busybox
&& [ -s .config
] ||
( cp config.save .config
; $(MAKE
) oldconfig
)
264 @
$(MAKE
) -C busybox CFLAGS
="-Os"
265 @cp busybox
/.config busybox
/config.save
270 rm -rf
$(INSTALLDIR
)/busybox
271 $(MAKE
) -C busybox
install CONFIG_PREFIX
=$(INSTALLDIR
)/busybox CFLAGS
="-Os"
274 cd busybox
&& [ -s .config
] && cp .config config.save
275 $(MAKE
) -C busybox
distclean
276 cd busybox
&& mv config.save .config
279 $(MAKE
) -C busybox menuconfig
282 $(MAKE
) -C busybox objsizes CFLAGS
="-Os"
285 httpd
: matrixssl shared nvram mssl
290 @
$(MAKE
) -C www
install INSTALLDIR
=$(INSTALLDIR
)/www TOMATO_EXPERIMENTAL
=$(TOMATO_EXPERIMENTAL
)
294 @
$(MAKE
) -C matrixssl
/src
300 $(MAKE
) -C matrixssl
/src
clean
304 install -D openssl
/libcrypto.so
$(INSTALLDIR
)/openssl
/usr
/lib
/libcrypto.so
305 $(STRIP
) $(INSTALLDIR
)/openssl
/usr
/lib
/libcrypto.so
307 install -D
-m
500 openssl
/apps
/openssl
$(INSTALLDIR
)/openssl
/usr
/sbin
/openssl
308 $(STRIP
) $(INSTALLDIR
)/openssl
/usr
/sbin
/openssl
310 install -D
-m
0500 httpd
/gencert.sh
$(INSTALLDIR
)/openssl
/usr
/sbin
/gencert.sh
312 # perl -e 'while (<>) { s/.SECS/time()-(24*60*60)/e; print; }' < httpd/gencert.sh > $(INSTALLDIR)/openssl/usr/sbin/gencert.sh
313 # chmod 0500 $(INSTALLDIR)/openssl/usr/sbin/gencert.sh
315 # install -D openssl/libssl.so $(INSTALLDIR)/openssl/usr/lib/libssl.so
316 # $(STRIP) $(INSTALLDIR)/openssl/usr/lib/libssl.so
327 @
$(MAKE
) -C bridge brctl
/brctl
330 install -D bridge
/brctl
/brctl
$(INSTALLDIR
)/bridge
/usr
/sbin
/brctl
331 $(STRIP
) $(INSTALLDIR
)/bridge
/usr
/sbin
/brctl
335 install -D dnsmasq
/src
/dnsmasq
$(INSTALLDIR
)/dnsmasq
/usr
/sbin
/dnsmasq
336 $(STRIP
) $(INSTALLDIR
)/dnsmasq
/usr
/sbin
/dnsmasq
340 $(MAKE
) -C iptables BINDIR
=/usr
/sbin LIBDIR
=/usr
/lib KERNEL_DIR
=$(LINUXDIR
)
343 install -D iptables
/iptables
$(INSTALLDIR
)/iptables
/usr
/sbin
/iptables
344 cd
$(INSTALLDIR
)/iptables
/usr
/sbin
&& \
345 ln
-sf iptables iptables-restore
347 install -d
$(INSTALLDIR
)/iptables
/usr
/lib
/iptables
348 install -D iptables
/extensions
/*.so
$(INSTALLDIR
)/iptables
/usr
/lib
/iptables
/
350 install -D iptables
/libiptc.so
$(INSTALLDIR
)/iptables
/usr
/lib
/libiptc.so
352 $(STRIP
) $(INSTALLDIR
)/iptables
/usr
/sbin
/iptables
353 $(STRIP
) $(INSTALLDIR
)/iptables
/usr
/lib
/iptables
/*.so
354 $(STRIP
) $(INSTALLDIR
)/iptables
/usr
/lib
/libiptc.so
357 -$(MAKE
) -C iptables KERNEL_DIR
=$(LINUXDIR
) clean
361 $(MAKE
) -C ppp
/pppoecd
$* INSTALLDIR
=$(INSTALLDIR
)/ppp
362 # $(MAKE) -C ppp/pppoecd $* INSTALLDIR=$(INSTALLDIR)/ppp DFLAGS="-DDEBUG -DDEBUGALL"
365 $(MAKE
) -C ppp
/pppoecd
$* INSTALLDIR
=$(INSTALLDIR
)/ppp
368 upnp
: nvram shared iptables
372 $(MAKE
) -C miniupnpd
-f Makefile.tomato
375 -$(MAKE
) -C miniupnpd
-f Makefile.tomato
clean
378 install -D miniupnpd
/miniupnpd
$(INSTALLDIR
)/miniupnpd
/usr
/sbin
/miniupnpd
379 $(STRIP
) $(INSTALLDIR
)/miniupnpd
/usr
/sbin
/miniupnpd
385 @
$(MAKE
) -C vlan CROSS
=$(CROSS_COMPILE
) STRIPTOOL
=$(STRIP
)
388 $(MAKE
) -C vlan CROSS
=$(CROSS_COMPILE
) STRIPTOOL
=$(STRIP
) INSTALLDIR
=$(INSTALLDIR
) install
392 install -D pptp-client
/pptp
$(INSTALLDIR
)/pptp-client
/usr
/sbin
/pptp
393 $(STRIP
) $(INSTALLDIR
)/pptp-client
/usr
/sbin
/pptp
398 @
$(MAKE
) -C pppd
/pppd
401 $(MAKE
) -C pppd
/pppd
clean
404 install -D pppd
/pppd
/pppd
$(INSTALLDIR
)/pppd
/usr
/sbin
/pppd
405 $(STRIP
) $(INSTALLDIR
)/pppd
/usr
/sbin
/pppd
408 # install -D ipupdate/ez-ipupdate $(INSTALLDIR)/ipupdate/usr/sbin/ez-ipupdate
409 # $(STRIP) $(INSTALLDIR)/ipupdate/usr/sbin/ez-ipupdate
414 @
$(MAKE
) -C zebra CC
=$(CC
) AR
=$(AR
) RANLIB
=$(RANLIB
)
417 install -D zebra
/zebra
/zebra
$(INSTALLDIR
)/zebra
/usr
/sbin
/zebra
418 install -D zebra
/ripd
/ripd
$(INSTALLDIR
)/zebra
/usr
/sbin
/ripd
419 install -D zebra
/lib
/libzebra.so
$(INSTALLDIR
)/zebra
/usr
/lib
/libzebra.so
420 $(STRIP
) $(INSTALLDIR
)/zebra
/usr
/sbin
/zebra
421 $(STRIP
) $(INSTALLDIR
)/zebra
/usr
/sbin
/ripd
422 $(STRIP
) $(INSTALLDIR
)/zebra
/usr
/lib
/libzebra.so
426 install -d
$(INSTALLDIR
)/rp-l2tp
/usr
/lib
/l2tp
427 install rp-l2tp
/handlers
/*.so
$(INSTALLDIR
)/rp-l2tp
/usr
/lib
/l2tp
428 $(STRIP
) $(INSTALLDIR
)/rp-l2tp
/usr
/lib
/l2tp
/*.so
429 install -D rp-l2tp
/handlers
/l2tp-control
$(INSTALLDIR
)/rp-l2tp
/usr
/sbin
/l2tp-control
430 $(STRIP
) $(INSTALLDIR
)/rp-l2tp
/usr
/sbin
/l2tp-control
431 install -D rp-l2tp
/l2tpd
$(INSTALLDIR
)/rp-l2tp
/usr
/sbin
/l2tpd
432 $(STRIP
) $(INSTALLDIR
)/rp-l2tp
/usr
/sbin
/l2tpd
436 install -D bpalogin
/bpalogin
$(INSTALLDIR
)/bpalogin
/usr
/sbin
/bpalogin
437 $(STRIP
) $(INSTALLDIR
)/bpalogin
/usr
/sbin
/bpalogin
442 # @-mkdir -p libnet/lib
443 # @$(MAKE) -C libnet CC=$(CC) AR=$(AR) RANLIB=$(RANLIB)
447 # @$(MAKE) -C libpcap CC=$(CC) AR=$(AR) RANLIB=$(RANLIB)
450 @
[ ! -f libbcm
/Makefile
] ||
$(MAKE
) -C libbcm
453 install -D libbcm
/libbcm.so
$(INSTALLDIR
)/libbcm
/usr
/lib
/libbcm.so
454 $(STRIP
) $(INSTALLDIR
)/libbcm
/usr
/lib
/libbcm.so
458 install -D iproute2
/tc
/tc
$(INSTALLDIR
)/iproute2
/usr
/sbin
/tc
459 $(STRIP
) $(INSTALLDIR
)/iproute2
/usr
/sbin
/tc
460 install -D iproute2
/ip
/ip
$(INSTALLDIR
)/iproute2
/usr
/sbin
/ip
461 $(STRIP
) $(INSTALLDIR
)/iproute2
/usr
/sbin
/ip
467 dropbear
: dropbear
/config.h
469 @make
-C dropbear PROGRAMS
="dropbear dbclient dropbearkey scp" MULTI
=1
472 install -D dropbear
/dropbearmulti
$(INSTALLDIR
)/dropbear
/usr
/bin
/dropbearmulti
473 $(STRIP
) $(INSTALLDIR
)/dropbear
/usr
/bin
/dropbearmulti
474 cd
$(INSTALLDIR
)/dropbear
/usr
/bin
&& \
475 ln
-sf dropbearmulti dropbear
&& \
476 ln
-sf dropbearmulti dropbearconvert
&& \
477 ln
-sf dropbearmulti dropbearkey
&& \
478 ln
-sf dropbearmulti dbclient
&& \
479 ln
-sf dropbearmulti ssh
&& \
480 ln
-sf dropbearmulti scp
483 @make
-C dropbear
clean
486 cd dropbear
&& CFLAGS
="-O2 -Wall" ac_cv_func_logout
=no ac_cv_func_logwtmp
=no .
/configure
--host
=mipsel-linux
--disable-zlib
--enable-syslog
--disable-lastlog
--disable-utmp
--disable-utmpx
--disable-wtmp
--disable-wtmpx
--disable-pututline
--disable-pututxline
--disable-loginfunc
--disable-largefile
487 make
-C dropbear
clean
493 ebtables-install
: dummy
494 install -D ebtables
/ebtables
$(INSTALLDIR
)/ebtables
/usr
/sbin
/ebtables
496 mkdir
-p
$(INSTALLDIR
)/ebtables
/usr
/lib
/
497 cp ebtables
/*.so
$(INSTALLDIR
)/ebtables
/usr
/lib
/
498 cp ebtables
/extensions
/*.so
$(INSTALLDIR
)/ebtables
/usr
/lib
/
501 make
-C ebtables
clean
511 @
[ ! -d
$* ] ||
( $(SEP
); $(MAKE
) -C
$* )
515 @
-[ ! -d
$* ] ||
$(MAKE
) -C
$* clean
518 @
[ ! -d
$* ] ||
$(MAKE
) -C
$* install INSTALLDIR
=$(INSTALLDIR
)/$*
523 $(obj-y
) $(obj-n
) $(obj-clean
) $(obj-install
): dummy
525 .PHONY
: all clean distclean mrproper
install package
526 .PHONY
: conf mconf oldconf kconf kmconf config menuconfig oldconfig
527 .PHONY
: dummy libnet libpcap