OpenWrt Forum Archive

Topic: [SOLVED] Luci missing in make menuconfig for TL-MR3020

The content of this topic has been archived on 11 Feb 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi,

I've been successfully building images for my routers over the last years.

Now, I want to build a firmware for a TP-LINK TL-MR3020.
Using this GIT repository :  git://git.openwrt.org/15.05/openwrt.git

The menuconfig looks like this, as you notice luci is missing:

  │ │                                   Target System (Atheros AR7xxx/AR9xxx)  --->                                                       │ │  
  │ │                                   Subtarget (Generic)  --->                                                                         │ │  
  │ │                                   Target Profile (TP-LINK TL-MR3020)  --->                                                          │ │  
  │ │                                   Target Images  --->                                                                               │ │  
  │ │                                   Global build settings  --->                                                                       │ │  
  │ │                               [ ] Advanced configuration options (for developers)  ----                                             │ │  
  │ │                               [ ] Build the OpenWrt Image Builder                                                                   │ │  
  │ │                               [ ] Build the OpenWrt SDK                                                                             │ │  
  │ │                               [ ] Package the OpenWrt-based Toolchain                                                               │ │  
  │ │                               [ ] Image configuration  --->                                                                         │ │  
  │ │                                   Base system  --->                                                                                 │ │  
  │ │                                   Boot Loaders  --->                                                                                │ │  
  │ │                                   Development  --->                                                                                 │ │  
  │ │                                   Firmware  --->                                                                                    │ │  
  │ │                                   Kernel modules  --->                                                                              │ │  
  │ │                                   Languages  --->                                                                                   │ │  
  │ │                                   Libraries  --->                                                                                   │ │  
  │ │                                   Network  --->                                                                                     │ │  
  │ │                                   Utilities  --->                                                                                   │ │  
 

Here is the menuconfig from an older build of another  router (TP-LINK TL-WDR4300) :

  │ │                                  Target System (Atheros AR7xxx/AR9xxx)  --->                                                       │ │  
  │ │                                   Subtarget (Generic)  --->                                                                         │ │  
  │ │                                   Target Profile (TP-LINK TL-WDR3500/3600/4300/4310/MW4350R)  --->                                  │ │  
  │ │                                   Target Images  --->                                                                               │ │  
  │ │                                   Global build settings  --->                                                                       │ │  
  │ │                               [ ] Advanced configuration options (for developers)  ----                                             │ │  
  │ │                               [ ] Build the OpenWrt Image Builder                                                                   │ │  
  │ │                               [ ] Build the OpenWrt SDK                                                                             │ │  
  │ │                               [ ] Package the OpenWrt-based Toolchain                                                               │ │  
  │ │                               [ ] Image configuration  --->                                                                         │ │  
  │ │                                   Base system  --->                                                                                 │ │  
  │ │                                   Administration  --->                                                                              │ │  
  │ │                                   Boot Loaders  --->                                                                                │ │  
  │ │                                   Development  --->                                                                                 │ │  
  │ │                                   Firmware  --->                                                                                    │ │  
  │ │                                   Kernel modules  --->                                                                              │ │  
  │ │                                   Languages  --->                                                                                   │ │  
  │ │                                   Libraries  --->                                                                                   │ │  
  │ │                                   LuCI  --->                                                                                        │ │  
  │ │                                   Mail  --->                                                                                        │ │  
  │ │                                   Multimedia  --->                                                                                  │ │  
  │ │                                   Network  --->                                                                                     │ │  
  │ │                                   Sound  --->                                                                                       │ │  
  │ │                                   Utilities  --->                                                                                   │ │ 
 

On the latest build attempt ./scripts/feeds list says:

...
luci                                Standard OpenWrt set including full admin with ppp support and the default Bootstrap theme
luci-app-adblock                    LuCI support for Adblock
luci-app-ahcp                       LuCI Support for AHCPd
luci-app-asterisk                   LuCI Support for Asterisk
luci-app-commands                   LuCI Shell Command Module
luci-app-coovachilli                LuCI Support for Coova Chilli
luci-app-ddns                       LuCI Support for Dynamic DNS Client (ddns-scripts)
luci-app-diag-core                  LuCI Diagnostics Tools (Core)
luci-app-diag-devinfo               LuCI Diagnostics Tools (Device Info)
...
 

What I'm I missing ?
How to get

  • LuCI

  • Mail 

  • Multimedia

  • Sound

back in the menuconfig list ?

(Last edited by youpla on 10 Apr 2016, 08:19)

Hi,
Yep, that was as simple as that: I systematically ignored that part of the wiki:
"./scripts/feeds install -a"

Thanks

The discussion might have continued from here.