source: freewrt/target/Config.in@ b5ce642

freewrt_1_0 freewrt_2_0
Last change on this file since b5ce642 was b5ce642, checked in by Thorsten Glaser <tg@…>, 19 years ago
  • base-files:
    • BR2_RUNTIME_PACKAGES_URL needed unquoting (my bad for doint the quotes, markus' for not removing them ;)
    • asterisks need to be escaped in regexps, see re_format(7) if you're on BSD or http://www.mirbsd.org/man7/re_format.htm otherwise
  • target/Config.in:
    • this small one-liner (first hunk of r278) by wbx was the cause of all these reboots... looks as if the LP module (what's that, line printer?) causes them (and my Asus doesn't even have a parallel port), revert and unbreak the long-unnoticed thingie

Now it builds again (at least my config, I'm too tired to test
another one, even the default config), and I can login again (with
the regexp fix), but

  • ssh logins with public key do not work at all
  • the root and admin password are displayed in plain text in the build log
  • I cannot choose my default shell for the admin user to be /bin/mksh even if I enabled mksh
  • the default root shell is /bin/ash should be /bin/sh instead IMHO (just in case someone fucks up with the user shell)

At least we got a buildable and runnable system again,
and I learned how much suckage is hidden here... and we
all know we'd better test before commit and develop major
stuff in a branch (note to self and all others: read up
on branching and especially merging in the svn book or
better switch to CVS).

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

  • Property mode set to 100644
File size: 3.3 KB
Line 
1menu "Target System"
2
3menu "Broadcom BCM5xx"
4choice
5prompt "Embedded System"
6
7config BR2_LINUX_2_4_BRCM_ASUS_WL500G
8 bool "Asus WL500g [Linux 2.4]"
9 select BR2_mipsel
10 select BR2_LINUX_2_4_BRCM
11 select BR2_PACKAGE_KMOD_BRCM_WL
12 select BR2_PACKAGE_KMOD_SWITCH
13 select BR2_PACKAGE_KMOD_DIAG
14 select BR2_PACKAGE_KMOD_USB
15 select BR2_PACKAGE_NVRAM
16 select BR2_PACKAGE_KMOD_WLCOMPAT
17 help
18 Asus WL500g
19
20config BR2_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE
21 bool "Asus WL500g deluxe [Linux 2.4]"
22 select BR2_mipsel
23 select BR2_LINUX_2_4_BRCM
24 select BR2_PACKAGE_KMOD_BRCM_WL
25 select BR2_PACKAGE_KMOD_SWITCH
26 select BR2_PACKAGE_KMOD_DIAG
27 select BR2_PACKAGE_KMOD_USB
28 select BR2_PACKAGE_KMOD_USB2
29 select BR2_PACKAGE_NVRAM
30 select BR2_PACKAGE_KMOD_WLCOMPAT
31 help
32 Asus WL500g deluxe
33
34config BR2_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM
35 bool "Asus WL500g premium [Linux 2.4]"
36 select BR2_mipsel
37 select BR2_LINUX_2_4_BRCM
38 select BR2_PACKAGE_KMOD_BRCM_WL
39 select BR2_PACKAGE_KMOD_SWITCH
40 select BR2_PACKAGE_KMOD_DIAG
41 select BR2_PACKAGE_KMOD_USB
42 select BR2_PACKAGE_KMOD_USB2
43 select BR2_PACKAGE_NVRAM
44 select BR2_PACKAGE_KMOD_WLCOMPAT
45 help
46 Asus WL500g premium
47
48config BR2_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_1
49 bool "Linksys WRT54G v1.1 [Linux 2.4]"
50 select BR2_mipsel
51 select BR2_LINUX_2_4_BRCM
52 select BR2_PACKAGE_KMOD_BRCM_WL
53 select BR2_PACKAGE_KMOD_SWITCH
54 select BR2_PACKAGE_KMOD_DIAG
55 select BR2_PACKAGE_NVRAM
56 select BR2_PACKAGE_KMOD_WLCOMPAT
57 help
58 Linksys WRT54G v1.1
59
60config BR2_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_0
61 bool "Linksys WRT54G v2.0 [Linux 2.4]"
62 select BR2_mipsel
63 select BR2_LINUX_2_4_BRCM
64 select BR2_PACKAGE_KMOD_BRCM_WL
65 select BR2_PACKAGE_KMOD_SWITCH
66 select BR2_PACKAGE_KMOD_DIAG
67 select BR2_PACKAGE_NVRAM
68 select BR2_PACKAGE_KMOD_WLCOMPAT
69 help
70 Linksys WRT54G v2.0
71
72config BR2_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_2
73 bool "Linksys WRT54G v2.2 [Linux 2.4]"
74 select BR2_mipsel
75 select BR2_LINUX_2_4_BRCM
76 select BR2_PACKAGE_KMOD_BRCM_WL
77 select BR2_PACKAGE_KMOD_SWITCH
78 select BR2_PACKAGE_KMOD_DIAG
79 select BR2_PACKAGE_NVRAM
80 select BR2_PACKAGE_KMOD_WLCOMPAT
81 help
82 Linksys WRT54G v2.2
83
84config BR2_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_0
85 bool "Linksys WRT54GS v1.0 [Linux 2.4]"
86 select BR2_mipsel
87 select BR2_LINUX_2_4_BRCM
88 select BR2_PACKAGE_KMOD_BRCM_WL
89 select BR2_PACKAGE_KMOD_SWITCH
90 select BR2_PACKAGE_KMOD_DIAG
91 select BR2_PACKAGE_NVRAM
92 select BR2_PACKAGE_KMOD_WLCOMPAT
93 help
94 Linksys WRT54GS v1.0
95
96config BR2_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_1
97 bool "Linksys WRT54GS v1.1 [Linux 2.4]"
98 select BR2_mipsel
99 select BR2_LINUX_2_4_BRCM
100 select BR2_PACKAGE_KMOD_BRCM_WL
101 select BR2_PACKAGE_KMOD_SWITCH
102 select BR2_PACKAGE_KMOD_DIAG
103 select BR2_PACKAGE_NVRAM
104 select BR2_PACKAGE_KMOD_WLCOMPAT
105 help
106 Linksys WRT54GS v1.1
107
108config BR2_LINUX_2_4_BRCM_LINKSYS_WRT54G3G
109 bool "Linksys WRT54G3G [Linux 2.4]"
110 select BR2_mipsel
111 select BR2_LINUX_2_4_BRCM
112 select BR2_PACKAGE_KMOD_BRCM_WL
113 select BR2_PACKAGE_KMOD_SWITCH
114 select BR2_PACKAGE_KMOD_DIAG
115 select BR2_PACKAGE_NVRAM
116 select BR2_PACKAGE_KMOD_WLCOMPAT
117 help
118 Linksys WRT54G3G
119
120config BR2_LINUX_2_4_BRCM_NETGEAR_WGT634U
121 bool "Netgear WGT634U [Linux 2.4]"
122 select BR2_mipsel
123 select BR2_LINUX_2_4_BRCM
124 select BR2_PACKAGE_KMOD_MADWIFI
125 select BR2_PACKAGE_KMOD_SWITCH
126 select BR2_PACKAGE_KMOD_USB
127 select BR2_PACKAGE_KMOD_USB2
128 select BR2_PACKAGE_KMOD_DIAG
129 help
130 Netgear WGT634U
131
132
133endchoice
134endmenu
135endmenu
Note: See TracBrowser for help on using the repository browser.