mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
Replace space by tabs
This commit is contained in:
parent
19ab5e67fe
commit
fa9fc5aafa
@ -47,7 +47,7 @@ $(DB_DIR)/.configured: $(DB_DIR)/.dist
|
|||||||
--disable-tcl \
|
--disable-tcl \
|
||||||
--disable-compat185 \
|
--disable-compat185 \
|
||||||
--with-pic \
|
--with-pic \
|
||||||
$(DISABLE_LARGEFILE) \
|
$(DISABLE_LARGEFILE) \
|
||||||
);
|
);
|
||||||
$(SED) 's/\.lo/.o/g' $(DB_DIR)/build_unix/Makefile
|
$(SED) 's/\.lo/.o/g' $(DB_DIR)/build_unix/Makefile
|
||||||
touch $(DB_DIR)/.configured
|
touch $(DB_DIR)/.configured
|
||||||
|
@ -20,7 +20,7 @@ $(BZIP2_DIR)/.unpacked: $(DL_DIR)/$(BZIP2_SOURCE)
|
|||||||
$(BZIP2_CAT) $(DL_DIR)/$(BZIP2_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
$(BZIP2_CAT) $(DL_DIR)/$(BZIP2_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
||||||
$(SED) "s,ln \$$(,ln -snf \$$(,g" $(BZIP2_DIR)/Makefile
|
$(SED) "s,ln \$$(,ln -snf \$$(,g" $(BZIP2_DIR)/Makefile
|
||||||
$(SED) "s,ln -s (lib.*),ln -snf \$$1 ; ln -snf libbz2.so.$(BZIP2_VERSION) \
|
$(SED) "s,ln -s (lib.*),ln -snf \$$1 ; ln -snf libbz2.so.$(BZIP2_VERSION) \
|
||||||
libbz2.so,g" $(BZIP2_DIR)/Makefile-libbz2_so
|
libbz2.so,g" $(BZIP2_DIR)/Makefile-libbz2_so
|
||||||
ifneq ($(BR2_LARGEFILE),y)
|
ifneq ($(BR2_LARGEFILE),y)
|
||||||
$(SED) "s,^BIGFILES,#BIGFILES,g" $(BZIP2_DIR)/Makefile
|
$(SED) "s,^BIGFILES,#BIGFILES,g" $(BZIP2_DIR)/Makefile
|
||||||
$(SED) "s,^BIGFILES,#BIGFILES,g" $(BZIP2_DIR)/Makefile-libbz2_so
|
$(SED) "s,^BIGFILES,#BIGFILES,g" $(BZIP2_DIR)/Makefile-libbz2_so
|
||||||
|
@ -3,9 +3,9 @@ config BR2_PACKAGE_DIALOG
|
|||||||
default n
|
default n
|
||||||
select BR2_PACKAGE_NCURSES
|
select BR2_PACKAGE_NCURSES
|
||||||
help
|
help
|
||||||
dialog - display dialog boxes from shell scripts
|
dialog - display dialog boxes from shell scripts
|
||||||
|
|
||||||
This application provides a method of displaying several different
|
This application provides a method of displaying several different
|
||||||
types of dialog boxes from shell scripts. This allows a developer
|
types of dialog boxes from shell scripts. This allows a developer
|
||||||
of a script to interact with the user in a much friendlier manner.
|
of a script to interact with the user in a much friendlier manner.
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
config BR2_PACKAGE_IPSEC_TOOLS
|
config BR2_PACKAGE_IPSEC_TOOLS
|
||||||
bool "ipsec-tools"
|
bool "ipsec-tools"
|
||||||
default n
|
default n
|
||||||
select BR2_PACKAGE_OPENSSL
|
select BR2_PACKAGE_OPENSSL
|
||||||
select BR2_PACKAGE_FLEX
|
select BR2_PACKAGE_FLEX
|
||||||
help
|
help
|
||||||
This package is required to support IPSec for Linux 2.6+
|
This package is required to support IPSec for Linux 2.6+
|
||||||
@ -12,7 +12,7 @@ config BR2_PACKAGE_IPSEC_TOOLS_ADMINPORT
|
|||||||
bool "Enable racoonctl(8)."
|
bool "Enable racoonctl(8)."
|
||||||
help
|
help
|
||||||
Lets racoon to listen to racoon admin port, which is to
|
Lets racoon to listen to racoon admin port, which is to
|
||||||
be contacted by racoonctl(8).
|
be contacted by racoonctl(8).
|
||||||
|
|
||||||
config BR2_PACKAGE_IPSEC_TOOLS_NATT
|
config BR2_PACKAGE_IPSEC_TOOLS_NATT
|
||||||
default n
|
default n
|
||||||
@ -34,8 +34,8 @@ config BR2_PACKAGE_IPSEC_TOOLS_FRAG
|
|||||||
depends on BR2_PACKAGE_IPSEC_TOOLS
|
depends on BR2_PACKAGE_IPSEC_TOOLS
|
||||||
bool "Enable IKE fragmentation."
|
bool "Enable IKE fragmentation."
|
||||||
help
|
help
|
||||||
Enable IKE fragmentation, which is a workaround for
|
Enable IKE fragmentation, which is a workaround for
|
||||||
broken routers that drop fragmented packets
|
broken routers that drop fragmented packets
|
||||||
|
|
||||||
config BR2_PACKAGE_IPSEC_TOOLS_STATS
|
config BR2_PACKAGE_IPSEC_TOOLS_STATS
|
||||||
default y
|
default y
|
||||||
|
@ -107,7 +107,7 @@ $(TARGET_DIR)/$(IPSEC_TOOLS_TARGET_BINARY_RACOONCTL): \
|
|||||||
$(IPSEC_TOOLS_DIR)/$(IPSEC_TOOLS_BINARY_RACOONCTL)
|
$(IPSEC_TOOLS_DIR)/$(IPSEC_TOOLS_BINARY_RACOONCTL)
|
||||||
$(MAKE) -C $(IPSEC_TOOLS_DIR) DESTDIR=$(TARGET_DIR) install
|
$(MAKE) -C $(IPSEC_TOOLS_DIR) DESTDIR=$(TARGET_DIR) install
|
||||||
$(STRIP) --strip-unneeded --remove-section=.comment \
|
$(STRIP) --strip-unneeded --remove-section=.comment \
|
||||||
--remove-section=.note \
|
--remove-section=.note \
|
||||||
$(TARGET_DIR)/$(IPSEC_TOOLS_TARGET_BINARY_SETKEY) \
|
$(TARGET_DIR)/$(IPSEC_TOOLS_TARGET_BINARY_SETKEY) \
|
||||||
$(TARGET_DIR)/$(IPSEC_TOOLS_TARGET_BINARY_RACOON) \
|
$(TARGET_DIR)/$(IPSEC_TOOLS_TARGET_BINARY_RACOON) \
|
||||||
$(TARGET_DIR)/$(IPSEC_TOOLS_TARGET_BINARY_RACOONCTL)
|
$(TARGET_DIR)/$(IPSEC_TOOLS_TARGET_BINARY_RACOONCTL)
|
||||||
|
@ -2,8 +2,8 @@ config BR2_PACKAGE_LSOF
|
|||||||
bool "lsof"
|
bool "lsof"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
lsof (LiSt Open Files)
|
lsof (LiSt Open Files)
|
||||||
The lsof tool lists information about files opened by
|
The lsof tool lists information about files opened by
|
||||||
processes.
|
processes.
|
||||||
|
|
||||||
ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/
|
ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
config BR2_PACKAGE_OPENNTPD
|
config BR2_PACKAGE_OPENNTPD
|
||||||
bool "OpenNTPD"
|
bool "OpenNTPD"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
OpenNTPD is an easy to use implementation of the Network Time
|
OpenNTPD is an easy to use implementation of the Network Time
|
||||||
Protocol. It provides the ability to sync the local clock
|
Protocol. It provides the ability to sync the local clock
|
||||||
to remote NTP servers and can act as NTP server itself,
|
to remote NTP servers and can act as NTP server itself,
|
||||||
|
@ -33,9 +33,9 @@ procps-source: $(DL_DIR)/$(PROCPS_SOURCE)
|
|||||||
|
|
||||||
procps-clean:
|
procps-clean:
|
||||||
for bin in uptime tload free w \
|
for bin in uptime tload free w \
|
||||||
top vmstat watch skill \
|
top vmstat watch skill \
|
||||||
snice kill sysctl pmap \
|
snice kill sysctl pmap \
|
||||||
pgrep pkill slabtop ; do \
|
pgrep pkill slabtop ; do \
|
||||||
rm -f $(TARGET_DIR)/usr/bin/$${bin} ; \
|
rm -f $(TARGET_DIR)/usr/bin/$${bin} ; \
|
||||||
done
|
done
|
||||||
rm -f $(TARGET_DIR)/lib/libproc*
|
rm -f $(TARGET_DIR)/lib/libproc*
|
||||||
|
@ -14,44 +14,44 @@ config BR2_PACKAGE_QTE
|
|||||||
|
|
||||||
|
|
||||||
config BR2_PACKAGE_QTE_COMMERCIAL_USERNAME
|
config BR2_PACKAGE_QTE_COMMERCIAL_USERNAME
|
||||||
string "Qt/E Commercial License Username"
|
string "Qt/E Commercial License Username"
|
||||||
default ""
|
default ""
|
||||||
depends BR2_PACKAGE_QTE
|
depends BR2_PACKAGE_QTE
|
||||||
help
|
help
|
||||||
Commercial users can download their source directly by providing a username. I do not mean this to be a political or economic statement, just a convenience function
|
Commercial users can download their source directly by providing a username. I do not mean this to be a political or economic statement, just a convenience function
|
||||||
|
|
||||||
|
|
||||||
config BR2_PACKAGE_QTE_COMMERCIAL_PASSWORD
|
config BR2_PACKAGE_QTE_COMMERCIAL_PASSWORD
|
||||||
string "Qt/E Commercial License Password"
|
string "Qt/E Commercial License Password"
|
||||||
default ""
|
default ""
|
||||||
depends BR2_PACKAGE_QTE
|
depends BR2_PACKAGE_QTE
|
||||||
help
|
help
|
||||||
Commercial users can download their source directly by providing a password. I do not mean this to be a political or economic statement, just a convenience function
|
Commercial users can download their source directly by providing a password. I do not mean this to be a political or economic statement, just a convenience function
|
||||||
|
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Qt/E Version"
|
prompt "Qt/E Version"
|
||||||
default BR2_QTE_VERSION_2_3_11
|
default BR2_QTE_VERSION_2_3_11
|
||||||
depends BR2_PACKAGE_QTE
|
depends BR2_PACKAGE_QTE
|
||||||
help
|
help
|
||||||
Select the version of Qt/E you wish to use.
|
Select the version of Qt/E you wish to use.
|
||||||
|
|
||||||
config BR2_QTE_VERSION_2_3_8
|
config BR2_QTE_VERSION_2_3_8
|
||||||
bool "Qt/E 2.3.8"
|
bool "Qt/E 2.3.8"
|
||||||
|
|
||||||
config BR2_QTE_VERSION_2_3_9
|
config BR2_QTE_VERSION_2_3_9
|
||||||
bool "Qt/E 2.3.9"
|
bool "Qt/E 2.3.9"
|
||||||
|
|
||||||
config BR2_QTE_VERSION_2_3_10
|
config BR2_QTE_VERSION_2_3_10
|
||||||
bool "Qt/E 2.3.10"
|
bool "Qt/E 2.3.10"
|
||||||
|
|
||||||
config BR2_QTE_VERSION_2_3_11
|
config BR2_QTE_VERSION_2_3_11
|
||||||
bool "Qt/E 2.3.11"
|
bool "Qt/E 2.3.11"
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config BR2_QTE_VERSION
|
config BR2_QTE_VERSION
|
||||||
string
|
string
|
||||||
default "2.3.8" if BR2_QTE_VERSION_2_3_8
|
default "2.3.8" if BR2_QTE_VERSION_2_3_8
|
||||||
default "2.3.9" if BR2_QTE_VERSION_2_3_9
|
default "2.3.9" if BR2_QTE_VERSION_2_3_9
|
||||||
default "2.3.10" if BR2_QTE_VERSION_2_3_10
|
default "2.3.10" if BR2_QTE_VERSION_2_3_10
|
||||||
@ -68,22 +68,22 @@ config BR2_PACKAGE_QTE_QVFB
|
|||||||
http://trolltech.com/
|
http://trolltech.com/
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "QVfb Version"
|
prompt "QVfb Version"
|
||||||
default BR2_QTE_QVFB_VERSION_2_3_2
|
default BR2_QTE_QVFB_VERSION_2_3_2
|
||||||
depends BR2_PACKAGE_QTE_QVFB
|
depends BR2_PACKAGE_QTE_QVFB
|
||||||
help
|
help
|
||||||
Select the version of QVfb you wish to use.
|
Select the version of QVfb you wish to use.
|
||||||
|
|
||||||
config BR2_QTE_QVFB_VERSION_2_3_2
|
config BR2_QTE_QVFB_VERSION_2_3_2
|
||||||
bool "QVfb 2.3.2"
|
bool "QVfb 2.3.2"
|
||||||
|
|
||||||
config BR2_QTE_QVFB_VERSION_2_3_9
|
config BR2_QTE_QVFB_VERSION_2_3_9
|
||||||
bool "QVfb 2.3.9"
|
bool "QVfb 2.3.9"
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config BR2_QTE_QVFB_VERSION
|
config BR2_QTE_QVFB_VERSION
|
||||||
string
|
string
|
||||||
default "2.3.2" if BR2_QTE_QVFB_VERSION_2_3_2
|
default "2.3.2" if BR2_QTE_QVFB_VERSION_2_3_2
|
||||||
default "2.3.9" if BR2_QTE_QVFB_VERSION_2_3_9
|
default "2.3.9" if BR2_QTE_QVFB_VERSION_2_3_9
|
||||||
|
|
||||||
@ -99,22 +99,22 @@ config BR2_PACKAGE_QTE_QT3
|
|||||||
http://trolltech.com/
|
http://trolltech.com/
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "QT/E v3 Version"
|
prompt "QT/E v3 Version"
|
||||||
default BR2_QTE_QT3_VERSION_3_3_4
|
default BR2_QTE_QT3_VERSION_3_3_4
|
||||||
depends BR2_PACKAGE_QTE_QT3
|
depends BR2_PACKAGE_QTE_QT3
|
||||||
help
|
help
|
||||||
Select the version of QVfb you wish to use.
|
Select the version of QVfb you wish to use.
|
||||||
|
|
||||||
config BR2_QTE_QT3_VERSION_3_3_4
|
config BR2_QTE_QT3_VERSION_3_3_4
|
||||||
bool "Qt/E 3.3.4"
|
bool "Qt/E 3.3.4"
|
||||||
|
|
||||||
config BR2_QTE_QT3_VERSION_3_3_3
|
config BR2_QTE_QT3_VERSION_3_3_3
|
||||||
bool "Qt/E 3.3.3"
|
bool "Qt/E 3.3.3"
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config BR2_QTE_QT3_VERSION
|
config BR2_QTE_QT3_VERSION
|
||||||
string
|
string
|
||||||
default "3.3.4" if BR2_QTE_QT3_VERSION_3_3_4
|
default "3.3.4" if BR2_QTE_QT3_VERSION_3_3_4
|
||||||
default "3.3.3" if BR2_QTE_QT3_VERSION_3_3_3
|
default "3.3.3" if BR2_QTE_QT3_VERSION_3_3_3
|
||||||
|
|
||||||
@ -129,27 +129,27 @@ config BR2_PACKAGE_QTE_QTOPIA
|
|||||||
http://trolltech.com/
|
http://trolltech.com/
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Qtopia Version"
|
prompt "Qtopia Version"
|
||||||
default BR2_QTE_QTOPIA_VERSION_2_1_2
|
default BR2_QTE_QTOPIA_VERSION_2_1_2
|
||||||
depends BR2_PACKAGE_QTE_QTOPIA
|
depends BR2_PACKAGE_QTE_QTOPIA
|
||||||
help
|
help
|
||||||
Select the version of Qtopia you wish to use.
|
Select the version of Qtopia you wish to use.
|
||||||
|
|
||||||
config BR2_QTE_QTOPIA_VERSION_2_1_1
|
config BR2_QTE_QTOPIA_VERSION_2_1_1
|
||||||
bool "Qtopia 2.1.1"
|
bool "Qtopia 2.1.1"
|
||||||
|
|
||||||
config BR2_QTE_QTOPIA_VERSION_2_1_2
|
config BR2_QTE_QTOPIA_VERSION_2_1_2
|
||||||
bool "Qtopia 2.1.2"
|
bool "Qtopia 2.1.2"
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config BR2_QTE_QTOPIA_VERSION
|
config BR2_QTE_QTOPIA_VERSION
|
||||||
string
|
string
|
||||||
default "2.1.1" if BR2_QTE_QTOPIA_VERSION_2_1_1
|
default "2.1.1" if BR2_QTE_QTOPIA_VERSION_2_1_1
|
||||||
default "2.1.2" if BR2_QTE_QTOPIA_VERSION_2_1_2
|
default "2.1.2" if BR2_QTE_QTOPIA_VERSION_2_1_2
|
||||||
|
|
||||||
config BR2_QTE_TMAKE_VERSION
|
config BR2_QTE_TMAKE_VERSION
|
||||||
string
|
string
|
||||||
default "1.13"
|
default "1.13"
|
||||||
depends BR2_PACKAGE_QTE
|
depends BR2_PACKAGE_QTE
|
||||||
|
|
||||||
@ -158,11 +158,11 @@ config BR2_QTE_TMAKE_VERSION
|
|||||||
# awk '{BR="BR2_QTE_CROSS_"toupper($1); gsub("-","_",BR); gsub("+","P",BR); printf"\tconfig %s\n\t\tbool \"%s\"\n\n",BR,$1}'
|
# awk '{BR="BR2_QTE_CROSS_"toupper($1); gsub("-","_",BR); gsub("+","P",BR); printf"\tconfig %s\n\t\tbool \"%s\"\n\n",BR,$1}'
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Qt/E Cross-Compiler Target Platform"
|
prompt "Qt/E Cross-Compiler Target Platform"
|
||||||
default BR2_QTE_CROSS_LINUX_ARM_GPP
|
default BR2_QTE_CROSS_LINUX_ARM_GPP
|
||||||
depends BR2_PACKAGE_QTE
|
depends BR2_PACKAGE_QTE
|
||||||
help
|
help
|
||||||
Select the Qt cross-platform string for your build
|
Select the Qt cross-platform string for your build
|
||||||
|
|
||||||
config BR2_QTE_CROSS_CYGWIN_ARM_GPP
|
config BR2_QTE_CROSS_CYGWIN_ARM_GPP
|
||||||
# qtopia-phone does not have this platform in qtopia-phone-2.1.1/src/libraries/qtopia/custom-cygwin-arm-g++.{cpp,h}
|
# qtopia-phone does not have this platform in qtopia-phone-2.1.1/src/libraries/qtopia/custom-cygwin-arm-g++.{cpp,h}
|
||||||
@ -240,7 +240,7 @@ choice
|
|||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config BR2_QTE_CROSS_PLATFORM
|
config BR2_QTE_CROSS_PLATFORM
|
||||||
string
|
string
|
||||||
# generated from:
|
# generated from:
|
||||||
# ls ~/src/buildroot/build_arm/qt-2.3.10/configs/*-static|cut -c56-|sed -e 's/-static//g'|\
|
# ls ~/src/buildroot/build_arm/qt-2.3.10/configs/*-static|cut -c56-|sed -e 's/-static//g'|\
|
||||||
# awk '{BR="BR2_QTE_CROSS_"toupper($1); gsub("-","_",BR); gsub("+","P",BR); printf"\tdefault \"%s\"\tif %s\n",$1,BR}'
|
# awk '{BR="BR2_QTE_CROSS_"toupper($1); gsub("-","_",BR); gsub("+","P",BR); printf"\tdefault \"%s\"\tif %s\n",$1,BR}'
|
||||||
|
@ -11,10 +11,10 @@ config BR2_PACKAGE_QTOPIA4
|
|||||||
http://www.trolltech.com/
|
http://www.trolltech.com/
|
||||||
|
|
||||||
config BR2_PACKAGE_QTOPIA4_DEBUG
|
config BR2_PACKAGE_QTOPIA4_DEBUG
|
||||||
bool "Compile with debug support"
|
bool "Compile with debug support"
|
||||||
default y
|
default y
|
||||||
depends BR2_PACKAGE_QTOPIA4
|
depends BR2_PACKAGE_QTOPIA4
|
||||||
help
|
help
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Qtopia 4 Core license type"
|
prompt "Qtopia 4 Core license type"
|
||||||
@ -45,37 +45,37 @@ config BR2_PACKAGE_QTOPIA4_GPL_LICENSE_APPROVED
|
|||||||
|
|
||||||
|
|
||||||
config BR2_PACKAGE_QTOPIA4_COMMERCIAL_USERNAME
|
config BR2_PACKAGE_QTOPIA4_COMMERCIAL_USERNAME
|
||||||
string "Qtopia Core 4 Commercial License Username"
|
string "Qtopia Core 4 Commercial License Username"
|
||||||
default ""
|
default ""
|
||||||
depends BR2_PACKAGE_QTOPIA4 && BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_COMMERCIAL
|
depends BR2_PACKAGE_QTOPIA4 && BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_COMMERCIAL
|
||||||
help
|
help
|
||||||
Commercial users can download their source directly by providing a username.
|
Commercial users can download their source directly by providing a username.
|
||||||
|
|
||||||
|
|
||||||
config BR2_PACKAGE_QTOPIA4_COMMERCIAL_PASSWORD
|
config BR2_PACKAGE_QTOPIA4_COMMERCIAL_PASSWORD
|
||||||
string "Qtopia Core 4 Commercial License Password"
|
string "Qtopia Core 4 Commercial License Password"
|
||||||
default ""
|
default ""
|
||||||
depends BR2_PACKAGE_QTOPIA4 && BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_COMMERCIAL
|
depends BR2_PACKAGE_QTOPIA4 && BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_COMMERCIAL
|
||||||
help
|
help
|
||||||
Commercial users can download their source directly by providing a password.
|
Commercial users can download their source directly by providing a password.
|
||||||
|
|
||||||
config BR2_PACKAGE_QTOPIA4_QT3SUPPORT
|
config BR2_PACKAGE_QTOPIA4_QT3SUPPORT
|
||||||
bool "Compatibility with Qt3"
|
bool "Compatibility with Qt3"
|
||||||
default y
|
default y
|
||||||
depends BR2_PACKAGE_QTOPIA4
|
depends BR2_PACKAGE_QTOPIA4
|
||||||
help
|
help
|
||||||
Turns on support for older Qt3.
|
Turns on support for older Qt3.
|
||||||
|
|
||||||
config BR2_PACKAGE_QTOPIA4_DEPTHS
|
config BR2_PACKAGE_QTOPIA4_DEPTHS
|
||||||
string "color depths to support"
|
string "color depths to support"
|
||||||
default "-depths 8"
|
default "-depths 8"
|
||||||
depends BR2_PACKAGE_QTOPIA4
|
depends BR2_PACKAGE_QTOPIA4
|
||||||
help
|
help
|
||||||
Which color depths to support for the library. Default is "-depths
|
Which color depths to support for the library. Default is "-depths
|
||||||
8". Is specified by a comma separated list, i.e. -depths 24,16,8.
|
8". Is specified by a comma separated list, i.e. -depths 24,16,8.
|
||||||
|
|
||||||
config BR2_PACKAGE_QTOPIA4_EMB_PLATFORM
|
config BR2_PACKAGE_QTOPIA4_EMB_PLATFORM
|
||||||
string "The embedded platform we are making Qtopia4 for"
|
string "The embedded platform we are making Qtopia4 for"
|
||||||
default "arm" if BR2_arm
|
default "arm" if BR2_arm
|
||||||
default "arm" if BR2_armeb
|
default "arm" if BR2_armeb
|
||||||
default "x86" if BR2_i386
|
default "x86" if BR2_i386
|
||||||
@ -92,5 +92,5 @@ config BR2_PACKAGE_QTOPIA4_EMB_PLATFORM
|
|||||||
default "generic" if BR2_sh64
|
default "generic" if BR2_sh64
|
||||||
default "generic" if BR2_sparc
|
default "generic" if BR2_sparc
|
||||||
depends BR2_PACKAGE_QTOPIA4
|
depends BR2_PACKAGE_QTOPIA4
|
||||||
help
|
help
|
||||||
The platform.
|
The platform.
|
||||||
|
@ -24,28 +24,28 @@ $(RAIDTOOLS2_DIR)/.configured: $(RAIDTOOLS2_DIR)/.unpacked
|
|||||||
(cd $(RAIDTOOLS2_DIR); rm -rf config.cache; \
|
(cd $(RAIDTOOLS2_DIR); rm -rf config.cache; \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
$(TARGET_CONFIGURE_ARGS) \
|
$(TARGET_CONFIGURE_ARGS) \
|
||||||
./configure \
|
./configure \
|
||||||
--target=$(GNU_TARGET_NAME) \
|
--target=$(GNU_TARGET_NAME) \
|
||||||
--host=$(GNU_TARGET_NAME) \
|
--host=$(GNU_TARGET_NAME) \
|
||||||
--build=$(GNU_HOST_NAME) \
|
--build=$(GNU_HOST_NAME) \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--exec-prefix=/usr \
|
--exec-prefix=/usr \
|
||||||
--bindir=/usr/bin \
|
--bindir=/usr/bin \
|
||||||
--sbindir=/usr/sbin \
|
--sbindir=/usr/sbin \
|
||||||
--libdir=/lib \
|
--libdir=/lib \
|
||||||
--libexecdir=/usr/lib \
|
--libexecdir=/usr/lib \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--datadir=/usr/share/misc \
|
--datadir=/usr/share/misc \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
--infodir=/usr/info \
|
--infodir=/usr/info \
|
||||||
$(DISABLE_NLS) \
|
$(DISABLE_NLS) \
|
||||||
--enable-fsect-man5 \
|
--enable-fsect-man5 \
|
||||||
);
|
);
|
||||||
touch $(RAIDTOOLS2_DIR)/.configured
|
touch $(RAIDTOOLS2_DIR)/.configured
|
||||||
|
|
||||||
$(RAIDTOOLS2_DIR)/$(RAIDTOOLS2_BINARY): $(RAIDTOOLS2_DIR)/.configured
|
$(RAIDTOOLS2_DIR)/$(RAIDTOOLS2_BINARY): $(RAIDTOOLS2_DIR)/.configured
|
||||||
$(MAKE) CC=$(TARGET_CC) -C $(RAIDTOOLS2_DIR)
|
$(MAKE) CC=$(TARGET_CC) -C $(RAIDTOOLS2_DIR)
|
||||||
|
|
||||||
$(TARGET_DIR)/$(RAIDTOOLS2_TARGET_BINARY): $(RAIDTOOLS2_DIR)/$(RAIDTOOLS2_BINARY)
|
$(TARGET_DIR)/$(RAIDTOOLS2_TARGET_BINARY): $(RAIDTOOLS2_DIR)/$(RAIDTOOLS2_BINARY)
|
||||||
$(MAKE) ROOTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(RAIDTOOLS2_DIR) install
|
$(MAKE) ROOTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(RAIDTOOLS2_DIR) install
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
config BR2_PACKAGE_SETSERIAL
|
config BR2_PACKAGE_SETSERIAL
|
||||||
bool "setserial"
|
bool "setserial"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Setserial : configuration of serial ports
|
Setserial : configuration of serial ports
|
||||||
|
@ -49,7 +49,7 @@ $(SOCAT_WORKDIR)/Makefile: $(SOCAT_DIR)/.unpacked
|
|||||||
$(DISABLE_NLS); \
|
$(DISABLE_NLS); \
|
||||||
$(SED) 's/#define HAVE_TERMIOS_ISPEED 1/#undef HAVE_TERMIOS_ISPEED/g' config.h; \
|
$(SED) 's/#define HAVE_TERMIOS_ISPEED 1/#undef HAVE_TERMIOS_ISPEED/g' config.h; \
|
||||||
);
|
);
|
||||||
|
|
||||||
$(SOCAT_WORKDIR)/socat: $(SOCAT_WORKDIR)/Makefile
|
$(SOCAT_WORKDIR)/socat: $(SOCAT_WORKDIR)/Makefile
|
||||||
rm -f $@
|
rm -f $@
|
||||||
$(MAKE) -C $(SOCAT_WORKDIR)
|
$(MAKE) -C $(SOCAT_WORKDIR)
|
||||||
|
@ -7,28 +7,28 @@ config BR2_PACKAGE_UDEV
|
|||||||
ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/
|
ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/
|
||||||
|
|
||||||
config BR2_PACKAGE_UDEV_UTILS
|
config BR2_PACKAGE_UDEV_UTILS
|
||||||
bool "udev-utils"
|
bool "udev-utils"
|
||||||
default n
|
default n
|
||||||
depends on BR2_PACKAGE_UDEV
|
depends on BR2_PACKAGE_UDEV
|
||||||
help
|
help
|
||||||
Adds the udevmonitor, udevinfo, and udevtest binaries
|
Adds the udevmonitor, udevinfo, and udevtest binaries
|
||||||
to your filesystem.
|
to your filesystem.
|
||||||
|
|
||||||
menu "Extra udev tools"
|
menu "Extra udev tools"
|
||||||
depends BR2_PACKAGE_UDEV
|
depends BR2_PACKAGE_UDEV
|
||||||
|
|
||||||
config BR2_PACKAGE_UDEV_VOLUME_ID
|
config BR2_PACKAGE_UDEV_VOLUME_ID
|
||||||
bool "udev-libvolume_id"
|
bool "udev-libvolume_id"
|
||||||
default n
|
default n
|
||||||
depends on BR2_PACKAGE_UDEV
|
depends on BR2_PACKAGE_UDEV
|
||||||
help
|
help
|
||||||
Build and install volume identification library.
|
Build and install volume identification library.
|
||||||
|
|
||||||
config BR2_PACKAGE_UDEV_SCSI_ID
|
config BR2_PACKAGE_UDEV_SCSI_ID
|
||||||
bool "udev-scsi_id"
|
bool "udev-scsi_id"
|
||||||
default n
|
default n
|
||||||
depends on BR2_PACKAGE_UDEV
|
depends on BR2_PACKAGE_UDEV
|
||||||
help
|
help
|
||||||
Build and install SCSI disk identification library.
|
Build and install SCSI disk identification library.
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
@ -24,8 +24,8 @@ $(USBMOUNT_DIR)/.unpacked: $(DL_DIR)/$(USBMOUNT_SOURCE)
|
|||||||
$(TARGET_DIR)/$(USBMOUNT_TARGET_BINARY): $(USBMOUNT_DIR)/.unpacked
|
$(TARGET_DIR)/$(USBMOUNT_TARGET_BINARY): $(USBMOUNT_DIR)/.unpacked
|
||||||
$(INSTALL) -m 0755 -D $(USBMOUNT_DIR)/usbmount $(TARGET_DIR)/$(USBMOUNT_TARGET_BINARY)
|
$(INSTALL) -m 0755 -D $(USBMOUNT_DIR)/usbmount $(TARGET_DIR)/$(USBMOUNT_TARGET_BINARY)
|
||||||
@if [ ! -f $(TARGET_DIR)/etc/usbmount/usbmount.conf ] ; then \
|
@if [ ! -f $(TARGET_DIR)/etc/usbmount/usbmount.conf ] ; then \
|
||||||
$(INSTALL) -m 0644 -D $(USBMOUNT_DIR)/usbmount.conf $(TARGET_DIR)/etc/usbmount/usbmount.conf; \
|
$(INSTALL) -m 0644 -D $(USBMOUNT_DIR)/usbmount.conf $(TARGET_DIR)/etc/usbmount/usbmount.conf; \
|
||||||
fi;
|
fi;
|
||||||
touch -c $@
|
touch -c $@
|
||||||
|
|
||||||
usbmount: uclibc $(TARGET_DIR)/$(USBMOUNT_TARGET_BINARY)
|
usbmount: uclibc $(TARGET_DIR)/$(USBMOUNT_TARGET_BINARY)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
config BR2_PACKAGE_VSFTPD
|
config BR2_PACKAGE_VSFTPD
|
||||||
bool "vsftpd"
|
bool "vsftpd"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
vsftpd is an ftp daemon written with security in mind.
|
vsftpd is an ftp daemon written with security in mind.
|
||||||
http://vsftpd.beasts.org/
|
http://vsftpd.beasts.org/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user