TTB: project integration and GUI
[tomato.git] / release / src / router / others / Makefile
blobe7d1a406fb8c147501a44638af7b6ad92103bfe3
1 include ../common.mak
3 all:
5 install:
6 install -d $(INSTALLDIR)/sbin
7 install -d $(INSTALLDIR)/usr/sbin
8 install -d $(INSTALLDIR)/lib
10 ifeq ($(TCONFIG_USB),y)
11 # Optware perl symlink
12 install -d $(INSTALLDIR)/usr/bin
13 ln -sf /opt/bin/perl $(INSTALLDIR)/usr/bin/perl
15 ifeq ($(CONFIG_LINUX26),y)
16 #3G modem switch script
17 install -m 0700 switch3g $(INSTALLDIR)/usr/sbin
18 endif
19 endif
21 ifeq ($(TCONFIG_DNSCRYPT),y)
22 install -m 0700 ntp2ip $(INSTALLDIR)/usr/sbin
23 endif
25 #TomatoAnon project
26 install -m 0700 tomatoanon $(INSTALLDIR)/usr/sbin
28 #TTB project
29 install -m 0700 ttb $(INSTALLDIR)/usr/sbin
31 # cron helper
32 install -m 0700 cru $(INSTALLDIR)/usr/sbin
34 # playing with ipkg / from OpenWrt svn
35 #!!TB install -m 0700 ipkg $(INSTALLDIR)/usr/sbin
37 # system info
38 install -m 0700 sysinfo $(INSTALLDIR)/usr/sbin
40 # nas starter # AB multiSSID
41 install -m 0700 nas.sh $(INSTALLDIR)/usr/sbin
43 # keep winscp happy
44 # install -m 0700 groups $(INSTALLDIR)/usr/bin
46 clean: