# mainmenu "PADS Configuration" choice prompt "Target Architecture" default PADS_WARP help "Select your hardware here" config PADS_WARP bool "Pika Appliance (Warp)" endchoice choice prompt "Target Architecture Configuration" default PADS_TARGET_DEFAULTS config PADS_TARGET_DEFAULTS bool "Recommended Settings" config PADS_TARGET_CUSTOM bool "Custom Kernel Options" endchoice source "package/Config.in" # PADS options, we do not need to expose them to the end user config PADS_WGET string default "wget --passive-ftp -nd" config PADS_SVN string default "svn co" config PADS_TAR_OPTIONS string default "" config PADS_SOURCEFORGE_MIRROR string default "easynews" config PADS_DL_DIR string default "$(BASE_DIR)/dl" config PADS_TOPDIR_PREFIX string default "" config PADS_TOPDIR_SUFFIX string default "" config PADS_GNU_BUILD_SUFFIX string default "powerpc-linux" config PADS_JLEVEL string default "1" config PADS_HAVE_DOT_CONFIG bool default y config PADS_TARGET_TOOLCHAIN_COMPILER_4 bool default y config PADS_HAS_SSL bool default y