Odp: Budowa obrazów firmware do routerów wraz z dodatakmi(Custom Firmware)
Proszę niech ktoś powie mi jak uruchomić to polecenie make menuconfig. Próbowałem już na wszystkie sposoby ale dostaje komunikaty takie:
( \
target=`echo menuconfig | sed 's/\..*$//'` ; \
profile=`echo menuconfig | sed 's/^.*\.//'` ; \
have_profile=`echo menuconfig | grep "\."` ; \
if [ -z "$have_profile" ] ; then profile="" ; fi ; \
if [ ! -d "targets/${target}" ] ; then echo "ERROR: Specified Target Does Not Exist" ; exit ; fi ; \
if [ -n "$profile" ] && [ ! -d "targets/${target}/profiles/${profile}" ] ; then echo "ERROR: Specified Target Profile Does Not Exist" ; exit ; fi ; \
if [ ! -d "${target}-src" ] || [ "false" = "1" -o "false" = "true" -o "false" = "TRUE" ] ; then \
bash build.sh "$target" "1.5.X (Built 20130718-0703 git@21e9ea6)" "99" "ar71xx" "true" "$profile" ; \
else \
bash rebuild.sh "$target" "1.5.X (Built 20130718-0703 git@21e9ea6)" "99" "true" "$profile"; \
fi ; \
)
ERROR: Specified Target Does Not Exist
( \
target=`echo usb | sed 's/\..*$//'` ; \
profile=`echo usb | sed 's/^.*\.//'` ; \
have_profile=`echo usb | grep "\."` ; \
if [ -z "$have_profile" ] ; then profile="" ; fi ; \
if [ ! -d "targets/${target}" ] ; then echo "ERROR: Specified Target Does Not Exist" ; exit ; fi ; \
if [ -n "$profile" ] && [ ! -d "targets/${target}/profiles/${profile}" ] ; then echo "ERROR: Specified Target Profile Does Not Exist" ; exit ; fi ; \
if [ ! -d "${target}-src" ] || [ "false" = "1" -o "false" = "true" -o "false" = "TRUE" ] ; then \
bash build.sh "$target" "1.5.X (Built 20130718-0703 git@21e9ea6)" "99" "ar71xx" "true" "$profile" ; \
else \
bash rebuild.sh "$target" "1.5.X (Built 20130718-0703 git@21e9ea6)" "99" "true" "$profile"; \
fi ; \
)
ERROR: Specified Target Does Not Exist
Nie mam już pojęcia... szukałem też informacji i nigdzie nie jest powiedziane jak tylko po prostu make menuconfig ale jak odpalam to w katalogu /gargoyle to tak jak wyżej...