source: freewrt/package/base-files/include/cy_conf.h@ db5651c

freewrt_1_0 freewrt_2_0
Last change on this file since db5651c was db5651c, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

merge wbx-target-cleanup to trunk.

  • mk directory for some top level makefiles (build.mk,vars.mk)
  • add a separate configfs partition to all models, 128 kb big
  • add model and platform specific startup files and kernel configs
  • delete target/linux/package, add all addon kernel packages to packages
  • simplify target/linux/brcm-2.4/Makefile, abstraction to mk/ comes later
  • add target/image directory, place where the different images are created
  • default off for all extra packages, be sure that you enable all packages you need to get a dsl-capable router. snapshots will be created by a specific config which contains all needed stuff (iptables, pppoe, pptp, haserl, webif)

git-svn-id: svn://www.freewrt.org/trunk/freewrt@588 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 1.5 KB
Line 
1
2#define DNSMASQ_SUPPORT 1
3#define CONFIG_DNSMASQ y
4#define UDHCPD_SUPPORT 1
5#define CONFIG_UDHCPD y
6#define UDHCPC_SUPPORT 1
7#define CONFIG_UDHCPC y
8#define PPPOE_SUPPORT 1
9#define CONFIG_PPPOE y
10#define PPTP_SUPPORT 1
11#define CONFIG_PPTP y
12#define L2TP_SUPPORT 1
13#define CONFIG_L2TP y
14#define PPPD_SUPPORT 1
15#define CONFIG_PPPD y
16#define ZEBRA_SUPPORT 1
17#define CONFIG_ZEBRA y
18#define TFTPD_SUPPORT 1
19#define CONFIG_TFTPD y
20#define DDNS_SUPPORT 1
21#define CONFIG_DDNS y
22#define CRON_SUPPORT 1
23#define CONFIG_CRON y
24#define HTTPD_SUPPORT 1
25#define CONFIG_HTTPD y
26#define GET_POST_SUPPORT 1
27#define CONFIG_GET_POST y
28
29#if 1
30#define HEARTBEAT_SUPPORT 1
31#define CONFIG_HEARTBEAT y
32#define MULTICAST_SUPPORT 1
33#define CONFIG_MULTICAST y
34#define SETUP_WIZARD_SUPPORT 1
35#define CONFIG_SETUP_WIZARD y
36#define PARENTAL_CONTROL_SUPPORT 1
37#define CONFIG_PARENTAL_CONTROL y
38#define HTTPS_SUPPORT 1
39#define CONFIG_HTTPS y
40#define EOU_SUPPORT 1
41#define CONFIG_EOU y
42#define EZC_SUPPORT 1
43#define CONFIG_EZC y
44#define WRITE_MAC_SUPPORT 1
45#define CONFIG_WRITE_MAC y
46#define DIAG_SUPPORT 1
47#define CONFIG_DIAG y
48#endif
49
50#define SPEED_BOOSTER_SUPPORT 1
51#define CONFIG_SPEED_BOOSTER y
52#define XBOX_SUPPORT 1
53#define CONFIG_XBOX y
54
55#if 0
56#define MPPPOE_SUPPORT 1
57#define CONFIG_MPPPOE y
58#define UNNUMBERIP_SUPPORT 1
59#define CONFIG_UNNUMBERIP y
60#endif
61
62#define WL_STA_SUPPORT 1
63#define CONFIG_WL_STA y
64#define BACKUP_RESTORE_SUPPORT 1
65#define CONFIG_BACKUP_RESTORE y
66#define PORT_TRIGGER_SUPPORT 1
67#define CONFIG_PORT_TRIGGER y
68#define HW_QOS_SUPPORT 1
69#define CONFIG_HW_QOS y
Note: See TracBrowser for help on using the repository browser.